summaryrefslogtreecommitdiffstats
path: root/libwnck
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-02-22 17:22:41 +0100
committerpiernov <piernov@piernov.org>2012-02-22 17:22:41 +0100
commitc4d781c1c983d2baedfaee285f40476a9b3cdc4f (patch)
treec4e381bdd2e2c4fe9afe3dd6d9f493294f145294 /libwnck
parent34ecfe3352ef0aada87e882c5d7e4afa7d0f28d6 (diff)
downloadnutyx-extra-c4d781c1c983d2baedfaee285f40476a9b3cdc4f.tar.gz
nutyx-extra-c4d781c1c983d2baedfaee285f40476a9b3cdc4f.tar.bz2
nutyx-extra-c4d781c1c983d2baedfaee285f40476a9b3cdc4f.tar.xz
nutyx-extra-c4d781c1c983d2baedfaee285f40476a9b3cdc4f.zip
libwnck dans extra
Diffstat (limited to 'libwnck')
-rw-r--r--libwnck/.footprint.i6862
-rw-r--r--libwnck/.footprint.x86_642
-rw-r--r--libwnck/Pkgfile3
3 files changed, 3 insertions, 4 deletions
diff --git a/libwnck/.footprint.i686 b/libwnck/.footprint.i686
index fbb33ee17..325f7f169 100644
--- a/libwnck/.footprint.i686
+++ b/libwnck/.footprint.i686
@@ -1,7 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/wnck-urgency-monitor
--rwxr-xr-x root/root usr/bin/wnckprop
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libwnck-1.0/
drwxr-xr-x root/root usr/include/libwnck-1.0/libwnck/
diff --git a/libwnck/.footprint.x86_64 b/libwnck/.footprint.x86_64
index fbb33ee17..325f7f169 100644
--- a/libwnck/.footprint.x86_64
+++ b/libwnck/.footprint.x86_64
@@ -1,7 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/wnck-urgency-monitor
--rwxr-xr-x root/root usr/bin/wnckprop
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libwnck-1.0/
drwxr-xr-x root/root usr/include/libwnck-1.0/libwnck/
diff --git a/libwnck/Pkgfile b/libwnck/Pkgfile
index 43db5196d..03b601779 100644
--- a/libwnck/Pkgfile
+++ b/libwnck/Pkgfile
@@ -15,5 +15,8 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
+ # Les binaires sont disponnible dans libwnck3
+ rm -f $PKG/usr/bin/wnckprop
+ rm -f $PKG/usr/bin/wnck-urgency-monitor
}