From aa81bdb85ec4d62b998e126feada5e0cb013a10a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 13 Nov 2012 21:09:57 -0600 Subject: Add gtk3-tqt-engine packaging for Debian and Ubuntu --- .../applications/gtk3-tqt-engine/debian/changelog | 5 ++++ .../applications/gtk3-tqt-engine/debian/compat | 1 + .../applications/gtk3-tqt-engine/debian/control | 13 +++++++++ .../applications/gtk3-tqt-engine/debian/copyright | 31 ++++++++++++++++++++++ .../applications/gtk3-tqt-engine/debian/rules | 24 +++++++++++++++++ .../applications/gtk3-tqt-engine/debian/changelog | 5 ++++ .../applications/gtk3-tqt-engine/debian/compat | 1 + .../applications/gtk3-tqt-engine/debian/control | 13 +++++++++ .../applications/gtk3-tqt-engine/debian/copyright | 31 ++++++++++++++++++++++ .../applications/gtk3-tqt-engine/debian/rules | 24 +++++++++++++++++ .../applications/gtk3-tqt-engine/debian/changelog | 5 ++++ .../applications/gtk3-tqt-engine/debian/compat | 1 + .../applications/gtk3-tqt-engine/debian/control | 13 +++++++++ .../applications/gtk3-tqt-engine/debian/copyright | 31 ++++++++++++++++++++++ .../applications/gtk3-tqt-engine/debian/rules | 24 +++++++++++++++++ 15 files changed, 222 insertions(+) create mode 100644 debian/lenny/applications/gtk3-tqt-engine/debian/changelog create mode 100644 debian/lenny/applications/gtk3-tqt-engine/debian/compat create mode 100644 debian/lenny/applications/gtk3-tqt-engine/debian/control create mode 100644 debian/lenny/applications/gtk3-tqt-engine/debian/copyright create mode 100755 debian/lenny/applications/gtk3-tqt-engine/debian/rules create mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/changelog create mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/compat create mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/control create mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/copyright create mode 100755 debian/squeeze/applications/gtk3-tqt-engine/debian/rules create mode 100644 debian/wheezy/applications/gtk3-tqt-engine/debian/changelog create mode 100644 debian/wheezy/applications/gtk3-tqt-engine/debian/compat create mode 100644 debian/wheezy/applications/gtk3-tqt-engine/debian/control create mode 100644 debian/wheezy/applications/gtk3-tqt-engine/debian/copyright create mode 100755 debian/wheezy/applications/gtk3-tqt-engine/debian/rules (limited to 'debian') diff --git a/debian/lenny/applications/gtk3-tqt-engine/debian/changelog b/debian/lenny/applications/gtk3-tqt-engine/debian/changelog new file mode 100644 index 000000000..2875ac9d0 --- /dev/null +++ b/debian/lenny/applications/gtk3-tqt-engine/debian/changelog @@ -0,0 +1,5 @@ +gtk3-tqt-engine-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/lenny/applications/gtk3-tqt-engine/debian/compat b/debian/lenny/applications/gtk3-tqt-engine/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/lenny/applications/gtk3-tqt-engine/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/lenny/applications/gtk3-tqt-engine/debian/control b/debian/lenny/applications/gtk3-tqt-engine/debian/control new file mode 100644 index 000000000..aac15191f --- /dev/null +++ b/debian/lenny/applications/gtk3-tqt-engine/debian/control @@ -0,0 +1,13 @@ +Source: gtk3-tqt-engine-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaël Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libcairo2-dev, libgtk-3-dev, libpango1.0-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: gtk3-tqt-engine-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GTK3 theme engine for TDE + GTK3 style engine which uses the active TDE style to draw its widgets diff --git a/debian/lenny/applications/gtk3-tqt-engine/debian/copyright b/debian/lenny/applications/gtk3-tqt-engine/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/lenny/applications/gtk3-tqt-engine/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/lenny/applications/gtk3-tqt-engine/debian/rules b/debian/lenny/applications/gtk3-tqt-engine/debian/rules new file mode 100755 index 000000000..242fb2c84 --- /dev/null +++ b/debian/lenny/applications/gtk3-tqt-engine/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/changelog b/debian/squeeze/applications/gtk3-tqt-engine/debian/changelog new file mode 100644 index 000000000..2875ac9d0 --- /dev/null +++ b/debian/squeeze/applications/gtk3-tqt-engine/debian/changelog @@ -0,0 +1,5 @@ +gtk3-tqt-engine-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/compat b/debian/squeeze/applications/gtk3-tqt-engine/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/squeeze/applications/gtk3-tqt-engine/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/control b/debian/squeeze/applications/gtk3-tqt-engine/debian/control new file mode 100644 index 000000000..aac15191f --- /dev/null +++ b/debian/squeeze/applications/gtk3-tqt-engine/debian/control @@ -0,0 +1,13 @@ +Source: gtk3-tqt-engine-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaël Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libcairo2-dev, libgtk-3-dev, libpango1.0-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: gtk3-tqt-engine-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GTK3 theme engine for TDE + GTK3 style engine which uses the active TDE style to draw its widgets diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/copyright b/debian/squeeze/applications/gtk3-tqt-engine/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/squeeze/applications/gtk3-tqt-engine/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/rules b/debian/squeeze/applications/gtk3-tqt-engine/debian/rules new file mode 100755 index 000000000..242fb2c84 --- /dev/null +++ b/debian/squeeze/applications/gtk3-tqt-engine/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/wheezy/applications/gtk3-tqt-engine/debian/changelog b/debian/wheezy/applications/gtk3-tqt-engine/debian/changelog new file mode 100644 index 000000000..2875ac9d0 --- /dev/null +++ b/debian/wheezy/applications/gtk3-tqt-engine/debian/changelog @@ -0,0 +1,5 @@ +gtk3-tqt-engine-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 diff --git a/debian/wheezy/applications/gtk3-tqt-engine/debian/compat b/debian/wheezy/applications/gtk3-tqt-engine/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/wheezy/applications/gtk3-tqt-engine/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/wheezy/applications/gtk3-tqt-engine/debian/control b/debian/wheezy/applications/gtk3-tqt-engine/debian/control new file mode 100644 index 000000000..aac15191f --- /dev/null +++ b/debian/wheezy/applications/gtk3-tqt-engine/debian/control @@ -0,0 +1,13 @@ +Source: gtk3-tqt-engine-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Raphaël Pinson +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libcairo2-dev, libgtk-3-dev, libpango1.0-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: gtk3-tqt-engine-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GTK3 theme engine for TDE + GTK3 style engine which uses the active TDE style to draw its widgets diff --git a/debian/wheezy/applications/gtk3-tqt-engine/debian/copyright b/debian/wheezy/applications/gtk3-tqt-engine/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/debian/wheezy/applications/gtk3-tqt-engine/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson + +copyright (C) 2012 Timothy Pearson + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson and +is licensed under the GPL, see above. + diff --git a/debian/wheezy/applications/gtk3-tqt-engine/debian/rules b/debian/wheezy/applications/gtk3-tqt-engine/debian/rules new file mode 100755 index 000000000..242fb2c84 --- /dev/null +++ b/debian/wheezy/applications/gtk3-tqt-engine/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap -- cgit v1.2.3