[paketler-commits] r67402 - in 2009/stable/programming/library/libnotify: . files

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
11 Mayıs 2009 Pzt 14:36:23 EEST


Author: ozan.caglayan
Date: Mon May 11 14:36:23 2009
New Revision: 67402

Added:
   2009/stable/programming/library/libnotify/files/
      - copied from r67400, 2009/devel/programming/library/libnotify/files/
   2009/stable/programming/library/libnotify/files/disable-gtk-doc.patch
      - copied unchanged from r67400, 2009/devel/programming/library/libnotify/files/disable-gtk-doc.patch
Modified:
   2009/stable/programming/library/libnotify/   (props changed)
   2009/stable/programming/library/libnotify/actions.py
   2009/stable/programming/library/libnotify/pspec.xml
Log:
Merge from devel:

Disable gtk-doc for being able to run autoreconf because the libs has many unused direct deps.

Modified: 2009/stable/programming/library/libnotify/actions.py
=================================================================
--- 2009/stable/programming/library/libnotify/actions.py	(original)
+++ 2009/stable/programming/library/libnotify/actions.py	Mon May 11 14:36:23 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright 2006-2008 TUBITAK/UEKAE
+# Copyright 2006-2009 TUBITAK/UEKAE
 # Licensed under the GNU General Public License, version 2.
 # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
@@ -9,6 +9,7 @@
 from pisi.actionsapi import get
 
 def setup():
+    autotools.autoreconf("-fi")
     autotools.configure("--disable-static")
 
 def build():

Modified: 2009/stable/programming/library/libnotify/pspec.xml
=================================================================
--- 2009/stable/programming/library/libnotify/pspec.xml	(original)
+++ 2009/stable/programming/library/libnotify/pspec.xml	Mon May 11 14:36:23 2009
@@ -11,12 +11,15 @@
         </Packager>
         <License>GPLv2</License>
         <IsA>library</IsA>
-        <Summary>Desktop notify library</Summary>
-        <Description>Libnotify sends desktop notifications to a notification daemon.</Description>
+        <Summary>Desktop notification library</Summary>
+        <Description>libnotify sends desktop notifications to a notification daemon.</Description>
         <Archive sha1sum="e0a3be6249978ae2eb18bb77cdd22763271dc904" type="targz">http://galago-project.org/files/releases/source/libnotify/libnotify-0.4.5.tar.gz</Archive>
         <BuildDependencies>
             <Dependency>gtk2</Dependency>
         </BuildDependencies>
+        <Patches>
+            <Patch level="1">disable-gtk-doc.patch</Patch>
+        </Patches>
     </Source>
 
     <Package>
@@ -28,6 +31,7 @@
             <Path fileType="executable">/usr/bin</Path>
             <Path fileType="header">/usr/include</Path>
             <Path fileType="library">/usr/lib</Path>
+            <Path fileType="data">/usr/lib/pkgconfig</Path>
         </Files>
     </Package>
 
@@ -43,11 +47,11 @@
             <Date>2009-04-24</Date>
             <Version>0.4.5</Version>
             <Comment>
-                * Fixed URL.
-                * Version bump.
-                * Removed system.base deps and subdependencies.
-                * Disabled static libraries.
-                * Fixed description tags.
+                * Fixed URL,
+                * Version bump,
+                * Removed system.base deps and subdependencies,
+                * Disabled static libraries,
+                * Fixed description tags,
                 * Parsed package for docs.
             </Comment>
             <Name>Gökmen Görgen</Name>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi