parent
5dfa0e731e
commit
5cdf5fa3bc
@ -0,0 +1,24 @@
|
||||
Source: kgtk-qt3-trinity
|
||||
Section: kde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: @@@MAINTAINER@@@
|
||||
Uploaders: @@@UPLOADERS@@@
|
||||
Build-Depends: debhelper (>= 7), cdbs, kdelibs4-trinity-dev, libgtk2.0-dev, libtqtinterface-dev, cmake
|
||||
Standards-Version: 3.8.4
|
||||
Homepage: http://trinity.pearsoncomputing.net
|
||||
|
||||
Package: kgtk-qt3-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Replaces: kgtk-qt3-kde3 (<< 4:3.5.13)
|
||||
Breaks: kgtk-qt3-kde3 (<< 4:3.5.13)
|
||||
Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity
|
||||
Description: Use KDE dialogs in Gtk apps
|
||||
This is an LD_PRELOAD hack that allows most GTK
|
||||
applications to use Trinity's file dialogs when run under Trinity.
|
||||
.
|
||||
The Gtk file chooser functions have been overridden to communicate
|
||||
with this KDE module/application.
|
||||
.
|
||||
This package includes the kqt3-wrapper
|
@ -1,31 +1,32 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
DEB_CMAKE_CUSTOM_FLAGS := -DKGTK_KDE3=true -DKGTK_QT3=true
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
DEB_KDE_APIDOX := yes
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
|
||||
CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -g -Wall $(DEB_OPT_FLAG)
|
||||
|
||||
configure/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde cmake -D CMAKE_INSTALL_PREFIX=/opt/trinity .
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF"
|
||||
|
||||
build/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE)
|
||||
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
|
||||
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
|
||||
DEB_BUILD_PARALLEL = true
|
||||
|
||||
install/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity
|
||||
mkdir -p $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/
|
||||
cp -Rp $(CURDIR)/debian/preload $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
Source: kgtk-qt3-trinity
|
||||
Section: kde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: @@@MAINTAINER@@@
|
||||
Uploaders: @@@UPLOADERS@@@
|
||||
Build-Depends: debhelper (>= 7), cdbs, kdelibs4-trinity-dev, libgtk2.0-dev, libtqtinterface-dev, cmake
|
||||
Standards-Version: 3.8.4
|
||||
Homepage: http://trinity.pearsoncomputing.net
|
||||
|
||||
Package: kgtk-qt3-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Replaces: kgtk-qt3-kde3 (<< 4:3.5.13)
|
||||
Breaks: kgtk-qt3-kde3 (<< 4:3.5.13)
|
||||
Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity
|
||||
Description: Use KDE dialogs in Gtk apps
|
||||
This is an LD_PRELOAD hack that allows most GTK
|
||||
applications to use Trinity's file dialogs when run under Trinity.
|
||||
.
|
||||
The Gtk file chooser functions have been overridden to communicate
|
||||
with this KDE module/application.
|
||||
.
|
||||
This package includes the kqt3-wrapper
|
@ -1,31 +1,32 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
DEB_CMAKE_CUSTOM_FLAGS := -DKGTK_KDE3=true -DKGTK_QT3=true
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
DEB_KDE_APIDOX := yes
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
|
||||
CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -g -Wall $(DEB_OPT_FLAG)
|
||||
|
||||
configure/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde cmake -D CMAKE_INSTALL_PREFIX=/opt/trinity .
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF"
|
||||
|
||||
build/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE)
|
||||
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
|
||||
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
|
||||
DEB_BUILD_PARALLEL = true
|
||||
|
||||
install/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity
|
||||
mkdir -p $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/
|
||||
cp -Rp $(CURDIR)/debian/preload $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
Source: kgtk-qt3-trinity
|
||||
Section: kde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: @@@MAINTAINER@@@
|
||||
Uploaders: @@@UPLOADERS@@@
|
||||
Build-Depends: debhelper (>= 7), cdbs, kdelibs4-trinity-dev, libgtk2.0-dev, libtqtinterface-dev, cmake
|
||||
Standards-Version: 3.8.4
|
||||
Homepage: http://trinity.pearsoncomputing.net
|
||||
|
||||
Package: kgtk-qt3-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Replaces: kgtk-qt3-kde3 (<< 4:3.5.13)
|
||||
Breaks: kgtk-qt3-kde3 (<< 4:3.5.13)
|
||||
Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity
|
||||
Description: Use KDE dialogs in Gtk apps
|
||||
This is an LD_PRELOAD hack that allows most GTK
|
||||
applications to use Trinity's file dialogs when run under Trinity.
|
||||
.
|
||||
The Gtk file chooser functions have been overridden to communicate
|
||||
with this KDE module/application.
|
||||
.
|
||||
This package includes the kqt3-wrapper
|
@ -1,31 +1,32 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
DEB_CMAKE_CUSTOM_FLAGS := -DKGTK_KDE3=true -DKGTK_QT3=true
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
DEB_KDE_APIDOX := yes
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
|
||||
CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -g -Wall $(DEB_OPT_FLAG)
|
||||
|
||||
configure/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde cmake -D CMAKE_INSTALL_PREFIX=/opt/trinity .
|
||||
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF"
|
||||
|
||||
build/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE)
|
||||
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
|
||||
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
|
||||
DEB_BUILD_PARALLEL = true
|
||||
|
||||
install/kgtk-qt3-trinity::
|
||||
env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity
|
||||
mkdir -p $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/
|
||||
cp -Rp $(CURDIR)/debian/preload $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/
|
||||
|
||||
|
Loading…
Reference in new issue