[paketler-commits] r71297 - in 2009/devel/hardware/printer/system-config-printer: . files

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
30 Haz 2009 Sal 12:11:22 EEST


Author: ozan.caglayan
Date: Tue Jun 30 12:11:21 2009
New Revision: 71297

Added:
   2009/devel/hardware/printer/system-config-printer/files/fix-icon.patch
Modified:
   2009/devel/hardware/printer/system-config-printer/actions.py
   2009/devel/hardware/printer/system-config-printer/pspec.xml
   2009/devel/hardware/printer/system-config-printer/translations.xml
Log:
Split GTK+ frontend and don't delete it

Modified: 2009/devel/hardware/printer/system-config-printer/actions.py
=================================================================
--- 2009/devel/hardware/printer/system-config-printer/actions.py	(original)
+++ 2009/devel/hardware/printer/system-config-printer/actions.py	Tue Jun 30 12:11:21 2009
@@ -20,7 +20,4 @@
 def install():
     autotools.install()
 
-    # Remove GUI stuff
-    pisitools.removeDir("/usr/bin")
-
     pisitools.dodoc("README", "AUTHORS", "NEWS", "COPYING", "ChangeLog")

Modified: 2009/devel/hardware/printer/system-config-printer/pspec.xml
=================================================================
--- 2009/devel/hardware/printer/system-config-printer/pspec.xml	(original)
+++ 2009/devel/hardware/printer/system-config-printer/pspec.xml	Tue Jun 30 12:11:21 2009
@@ -19,6 +19,9 @@
         <Patches>
             <!-- Don't use desktop-file-install -->
             <Patch level="1">makefile.patch</Patch>
+
+            <!-- Replace emblem-default by dialog-ok -->
+            <Patch level="1">fix-icon.patch</Patch>
         </Patches>
     </Source>
 
@@ -31,14 +34,37 @@
         <Files>
             <Path fileType="library">/usr/lib</Path>
             <Path fileType="config">/etc/dbus-1</Path>
+            <Path fileType="executable">/usr/bin</Path>
             <Path fileType="doc">/usr/share/doc</Path>
             <Path fileType="doc">/usr/share/man</Path>
             <Path fileType="data">/usr/share/system-config-printer</Path>
             <Path fileType="localedata">/usr/share/locale</Path>
         </Files>
     </Package>
+    <Package>
+        <Name>system-config-printer-gtk</Name>
+        <Summary>GTK+ frontend of system-config-printer</Summary>
+        <RuntimeDependencies>
+            <Dependency>pygtk</Dependency>
+            <Dependency>pycups</Dependency>
+            <Dependency>pysmbc</Dependency>
+            <Dependency>pygobject</Dependency>
+            <Dependency>notify-python</Dependency>
+            <Dependency>system-config-printer</Dependency>
+        </RuntimeDependencies>
+        <Files>
+            <Path fileType="executable">/usr/bin</Path>
+        </Files>
+    </Package>
 
     <History>
+        <Update release="13">
+            <Date>2009-06-30</Date>
+            <Version>1.1.8</Version>
+            <Comment>Enable the GTK frontend.</Comment>
+            <Name>Ozan Çağlayan</Name>
+            <Email>ozan at pardus.org.tr</Email>
+        </Update>
         <Update release="12">
             <Date>2009-06-28</Date>
             <Version>1.1.8</Version>

Modified: 2009/devel/hardware/printer/system-config-printer/translations.xml
=================================================================
--- 2009/devel/hardware/printer/system-config-printer/translations.xml	(original)
+++ 2009/devel/hardware/printer/system-config-printer/translations.xml	Tue Jun 30 12:11:21 2009
@@ -5,5 +5,8 @@
         <Summary xml:lang="tr">Yazıcı yapılandırma altyapısı</Summary>
         <Description xml:lang="tr">system-config-printer, Python ile yazılmış ve otomatik yazıcı tanıma sürecinde kullanılan altyapıyı oluşturan bir kütüphanedir.</Description>
     </Source>
+    <Package>
+        <Name>system-config-printer-gtk</Name>
+        <Summary xml:lang="tr">system-config-printer için GTK+ önyüzü</Summary>
+    </Package>
 </PISI>
-


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi