summaryrefslogtreecommitdiffstats
path: root/fredjo-gnome-2.28-test
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 10:42:55 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 10:42:55 +0100
commite33cec991cc363d20dbfab098c11b8bd89661847 (patch)
treede7238d1f3f5683c296d5b44ae2e8395375ec408 /fredjo-gnome-2.28-test
parent541a37aa578859c147314fe5fbf3a9d642cf4e46 (diff)
downloadnutyx-pakxe-e33cec991cc363d20dbfab098c11b8bd89661847.tar.gz
nutyx-pakxe-e33cec991cc363d20dbfab098c11b8bd89661847.tar.bz2
nutyx-pakxe-e33cec991cc363d20dbfab098c11b8bd89661847.tar.xz
nutyx-pakxe-e33cec991cc363d20dbfab098c11b8bd89661847.zip
Ajout du paquet libgnomecups#0.2.3
Diffstat (limited to 'fredjo-gnome-2.28-test')
-rwxr-xr-xfredjo-gnome-2.28-test/libgnomecups/.footprint17
-rwxr-xr-xfredjo-gnome-2.28-test/libgnomecups/.md5sum1
-rwxr-xr-xfredjo-gnome-2.28-test/libgnomecups/Pkgfile20
3 files changed, 38 insertions, 0 deletions
diff --git a/fredjo-gnome-2.28-test/libgnomecups/.footprint b/fredjo-gnome-2.28-test/libgnomecups/.footprint
new file mode 100755
index 000000000..46108f8a2
--- /dev/null
+++ b/fredjo-gnome-2.28-test/libgnomecups/.footprint
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libgnomecups-1/
+drwxr-xr-x root/root usr/include/libgnomecups-1/libgnomecups/
+-rw-r--r-- root/root usr/include/libgnomecups-1/libgnomecups/gnome-cups-init.h
+-rw-r--r-- root/root usr/include/libgnomecups-1/libgnomecups/gnome-cups-printer.h
+-rw-r--r-- root/root usr/include/libgnomecups-1/libgnomecups/gnome-cups-queue.h
+-rw-r--r-- root/root usr/include/libgnomecups-1/libgnomecups/gnome-cups-request.h
+-rw-r--r-- root/root usr/include/libgnomecups-1/libgnomecups/gnome-cups-util.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgnomecups-1.0.a
+-rwxr-xr-x root/root usr/lib/libgnomecups-1.0.la
+lrwxrwxrwx root/root usr/lib/libgnomecups-1.0.so -> libgnomecups-1.0.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libgnomecups-1.0.so.1 -> libgnomecups-1.0.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libgnomecups-1.0.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libgnomecups-1.0.pc
diff --git a/fredjo-gnome-2.28-test/libgnomecups/.md5sum b/fredjo-gnome-2.28-test/libgnomecups/.md5sum
new file mode 100755
index 000000000..864c5bade
--- /dev/null
+++ b/fredjo-gnome-2.28-test/libgnomecups/.md5sum
@@ -0,0 +1 @@
+dc4920c15c9f886f73ea74fbff0ae48b libgnomecups-0.2.3.tar.bz2
diff --git a/fredjo-gnome-2.28-test/libgnomecups/Pkgfile b/fredjo-gnome-2.28-test/libgnomecups/Pkgfile
new file mode 100755
index 000000000..9ce6f47f3
--- /dev/null
+++ b/fredjo-gnome-2.28-test/libgnomecups/Pkgfile
@@ -0,0 +1,20 @@
+# Description: GNOME Printing Library CUPS extension
+# URL: http://www.gnome.org/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: glib, cups
+# Group: gnome
+
+name=libgnomecups
+version=0.2.3
+release=1
+source=(http://download.gnome.org/sources/$name/0.2/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ rm po/*.po
+ sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \
+ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}