rev 10531 - in kde-extras: . gtk-kde4 gtk-kde4/trunk gtk-kde4/trunk/debian gtk-kde4/trunk/debian/patches
Fathi Boudra
fabo at alioth.debian.org
Sat May 10 16:47:45 UTC 2008
Author: fabo
Date: 2008-05-10 16:47:45 +0000 (Sat, 10 May 2008)
New Revision: 10531
Added:
kde-extras/gtk-kde4/
kde-extras/gtk-kde4/branches/
kde-extras/gtk-kde4/tags/
kde-extras/gtk-kde4/trunk/
kde-extras/gtk-kde4/trunk/debian/
kde-extras/gtk-kde4/trunk/debian/changelog
kde-extras/gtk-kde4/trunk/debian/compat
kde-extras/gtk-kde4/trunk/debian/control
kde-extras/gtk-kde4/trunk/debian/copyright
kde-extras/gtk-kde4/trunk/debian/patches/
kde-extras/gtk-kde4/trunk/debian/patches/01_build_system.diff
kde-extras/gtk-kde4/trunk/debian/patches/series
kde-extras/gtk-kde4/trunk/debian/rules
Log:
* Add gtk-kde4 package as suggested by Modestas.
Property changes on: kde-extras/gtk-kde4/trunk/debian
___________________________________________________________________
Name: svn:externals
+ cdbs svn://svn.debian.org/pkg-kde/branches/kde4/cdbs/
Added: kde-extras/gtk-kde4/trunk/debian/changelog
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/changelog (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/changelog 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1,6 @@
+gtk-kde4 (0.6.1-1) experimental; urgency=low
+
+ * Initial release. (Closes: ITP)
+
+ -- Fathi Boudra <fabo at debian.org> Thu, 01 May 2008 12:47:20 +0200
+
Added: kde-extras/gtk-kde4/trunk/debian/compat
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/compat (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/compat 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1 @@
+6
Added: kde-extras/gtk-kde4/trunk/debian/control
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/control (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/control 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1,17 @@
+Source: gtk-kde4
+Section: kde
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: cdbs, debhelper (>= 6), cmake, quilt, kdelibs5-dev
+Standards-Version: 3.7.3
+Homepage: http://www.kde-apps.org/content/show.php/gtk-kde4?content=74689
+
+Package: gtk-kde4
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: tool to customize GTK+ applications style in KDE 4
+ GTK-KDE4 allows to change style, icons and font of GTK+ applications in KDE4.
+ .
+ Please note that this package is targeted at KDE 4 users and therefore provides
+ a way to configure it from within Systemsettings.
Added: kde-extras/gtk-kde4/trunk/debian/copyright
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/copyright (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/copyright 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1,32 @@
+This package was debianized by Fathi Boudra <fabo at debian.org> on
+Thu, 01 May 2008 12:47:20 +0200.
+
+It was downloaded from
+http://www.kde-apps.org/content/show.php/gtk-kde4?content=74689
+
+Upstream Author: Konchunas Yulian <muwee at gala.net>
+
+Copyright: © 2008 Konchunas Yulian <muwee at gala.net>
+
+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) 2008, Fathi Boudra <fabo at debian.org> and
+is licensed under the GPL, see above.
+
Added: kde-extras/gtk-kde4/trunk/debian/patches/01_build_system.diff
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/patches/01_build_system.diff (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/patches/01_build_system.diff 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -6,7 +6,7 @@
+ ADD_DEFINITIONS(${QT_DEFINITIONS})
+ LINK_DIRECTORIES(${QT_LIBRARY_DIR})
+
+-INSTALL(FILES lib/kcm_gk4.so DESTINATION ${KDE4_LIB_DIR}/kde4)
++INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib/kcm_gk4.so DESTINATION ${KDE4_LIB_DIR}/kde4)
+ INSTALL(FILES src/kcm_gk4.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+ INSTALL(FILES src/gk4icon.png DESTINATION ${ICON_INSTALL_DIR})
+
Added: kde-extras/gtk-kde4/trunk/debian/patches/series
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/patches/series (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/patches/series 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1 @@
+01_build_system.diff
Added: kde-extras/gtk-kde4/trunk/debian/rules
===================================================================
--- kde-extras/gtk-kde4/trunk/debian/rules (rev 0)
+++ kde-extras/gtk-kde4/trunk/debian/rules 2008-05-10 16:47:45 UTC (rev 10531)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include debian/cdbs/kde.mk
+
Property changes on: kde-extras/gtk-kde4/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-kde-commits
mailing list