summaryrefslogtreecommitdiffstats
path: root/gnome-common
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /gnome-common
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'gnome-common')
-rw-r--r--gnome-common/.footprint.i68612
-rw-r--r--gnome-common/.footprint.x86_6412
-rw-r--r--gnome-common/.md5sum.i6862
-rw-r--r--gnome-common/.md5sum.x86_642
-rwxr-xr-xgnome-common/Pkgfile23
5 files changed, 51 insertions, 0 deletions
diff --git a/gnome-common/.footprint.i686 b/gnome-common/.footprint.i686
new file mode 100644
index 0000000..0f2ad51
--- /dev/null
+++ b/gnome-common/.footprint.i686
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gnome-autogen.sh
+-rwxr-xr-x root/root usr/bin/gnome-doc-common
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/gnome-common.m4
+-rw-r--r-- root/root usr/share/aclocal/gnome-compiler-flags.m4
+drwxr-xr-x root/root usr/share/gnome-common/
+drwxr-xr-x root/root usr/share/gnome-common/data/
+-rw-r--r-- root/root usr/share/gnome-common/data/omf.make
+-rw-r--r-- root/root usr/share/gnome-common/data/xmldocs.make
diff --git a/gnome-common/.footprint.x86_64 b/gnome-common/.footprint.x86_64
new file mode 100644
index 0000000..0f2ad51
--- /dev/null
+++ b/gnome-common/.footprint.x86_64
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gnome-autogen.sh
+-rwxr-xr-x root/root usr/bin/gnome-doc-common
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/gnome-common.m4
+-rw-r--r-- root/root usr/share/aclocal/gnome-compiler-flags.m4
+drwxr-xr-x root/root usr/share/gnome-common/
+drwxr-xr-x root/root usr/share/gnome-common/data/
+-rw-r--r-- root/root usr/share/gnome-common/data/omf.make
+-rw-r--r-- root/root usr/share/gnome-common/data/xmldocs.make
diff --git a/gnome-common/.md5sum.i686 b/gnome-common/.md5sum.i686
new file mode 100644
index 0000000..ef5ef3a
--- /dev/null
+++ b/gnome-common/.md5sum.i686
@@ -0,0 +1,2 @@
+50958c549457db973eb3cc3bfd9c980f gnome-common-2.34.0.tar.bz2
+e3bfabb564ce7dacdcf4dfa4ddb7df13 gnome-common-7f977b0214623142819c8b7a08839949fb9f3ec0.tar.bz2
diff --git a/gnome-common/.md5sum.x86_64 b/gnome-common/.md5sum.x86_64
new file mode 100644
index 0000000..ef5ef3a
--- /dev/null
+++ b/gnome-common/.md5sum.x86_64
@@ -0,0 +1,2 @@
+50958c549457db973eb3cc3bfd9c980f gnome-common-2.34.0.tar.bz2
+e3bfabb564ce7dacdcf4dfa4ddb7df13 gnome-common-7f977b0214623142819c8b7a08839949fb9f3ec0.tar.bz2
diff --git a/gnome-common/Pkgfile b/gnome-common/Pkgfile
new file mode 100755
index 0000000..f28f717
--- /dev/null
+++ b/gnome-common/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Macros pour le développement de gnome
+# URL: http://www.gnome.org
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run on:
+
+name=gnome-common
+version=2.34.0
+release=1
+revision=7f977b0214623142819c8b7a08839949fb9f3ec0
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2
+ http://git.gnome.org/browse/$name/snapshot/$name-$revision.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ install -m755 ../$name-$revision/macros2/gnome-autogen.sh $PKG/usr/bin/
+ install -m644 ../$name-$revision/macros2/gnome-common.m4 $PKG/usr/share/aclocal/
+ install -m644 ../$name-$revision/macros2/gnome-compiler-flags.m4 $PKG/usr/share/aclocal/
+}