[paketler-commits] r69550 - 2009/stable/system/base/bootsplash

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
3 Haz 2009 Çar 19:07:13 EEST


Author: ozan.caglayan
Date: Wed Jun  3 19:07:13 2009
New Revision: 69550

Modified:
   2009/stable/system/base/bootsplash/   (props changed)
   2009/stable/system/base/bootsplash/actions.py
   2009/stable/system/base/bootsplash/pspec.xml
Log:
Merge the following commits from devel/system/base/bootsplash:

rev. 69548, by ozan.caglayan on 2009-06-03
  Drop unused deps, update archive address.

Modified: 2009/stable/system/base/bootsplash/actions.py
=================================================================
--- 2009/stable/system/base/bootsplash/actions.py	(original)
+++ 2009/stable/system/base/bootsplash/actions.py	Wed Jun  3 19:07:13 2009
@@ -5,12 +5,14 @@
 # Licensed under the GNU General Public License, version 2.
 # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
+from pisi.actionsapi import get
 from pisi.actionsapi import autotools
 from pisi.actionsapi import pisitools
 from pisi.actionsapi import shelltools
 
 def build():
     shelltools.cd("Utilities/")
+    pisitools.dosed("Makefile", "^LDFLAGS.*$", "LDFLAGS = -L$(LIBDIR) %s" % get.LDFLAGS())
     autotools.make()
 
 def install():

Modified: 2009/stable/system/base/bootsplash/pspec.xml
=================================================================
--- 2009/stable/system/base/bootsplash/pspec.xml	(original)
+++ 2009/stable/system/base/bootsplash/pspec.xml	Wed Jun  3 19:07:13 2009
@@ -11,7 +11,7 @@
         <License>GPLv2</License>
         <IsA>app:console</IsA>
         <Summary>Graphical boot process for the linux kernel</Summary>
-        <Archive sha1sum="da3466bce880fdc03ca6026f193806ad29e2c1fd" type="tarbz2">http://cekirdek.pardus.org.tr/~caglar/bootsplash-3.3.tar.bz2</Archive> 
+        <Archive sha1sum="da3466bce880fdc03ca6026f193806ad29e2c1fd" type="tarbz2">http://cekirdek.pardus.org.tr/~ozan/dist/sources/bootsplash-3.3.tar.bz2</Archive> 
         <BuildDependencies>
             <Dependency>freetype</Dependency>
             <Dependency>libpng</Dependency>
@@ -40,6 +40,13 @@
     </Package>
 
     <History>
+        <Update release="2">
+            <Date>2009-06-03</Date>
+            <Version>3.3</Version>
+            <Comment>Drop unused deps, update archive address.</Comment>
+            <Name>Ozan Çağlayan</Name>
+            <Email>ozan at pardus.org.tr</Email>
+        </Update>
         <Update release="1">
             <Date>2007-03-12</Date>
             <Version>3.3</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi