summaryrefslogtreecommitdiff
path: root/libwnck
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-09-23 17:18:51 +0200
committerJose V Beneyto <sepen@users.sourceforge.net>2008-09-23 17:18:51 +0200
commit65f94316f20d3fec15077f187317aa937d6473ca (patch)
tree2320aae463df57a3d7c36734bdd1bc1b37f122b7 /libwnck
parentbd35e945c3e9984164202bed9850d2df2e465f43 (diff)
downloadopt-65f94316f20d3fec15077f187317aa937d6473ca.tar.gz
opt-65f94316f20d3fec15077f187317aa937d6473ca.tar.xz
libwnck: New port (moved from xfce and gnome collections)
Diffstat (limited to 'libwnck')
-rw-r--r--libwnck/.footprint26
-rw-r--r--libwnck/.md5sum1
-rw-r--r--libwnck/Pkgfile22
3 files changed, 49 insertions, 0 deletions
diff --git a/libwnck/.footprint b/libwnck/.footprint
new file mode 100644
index 000000000..4563dfafc
--- /dev/null
+++ b/libwnck/.footprint
@@ -0,0 +1,26 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-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/
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/application.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/class-group.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/libwnck.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/pager.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/screen.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/selector.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/tasklist.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/util.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/window-action-menu.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/window.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/wnck-enum-types.h
+-rw-r--r-- root/root usr/include/libwnck-1.0/libwnck/workspace.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libwnck-1.a
+-rwxr-xr-x root/root usr/lib/libwnck-1.la
+lrwxrwxrwx root/root usr/lib/libwnck-1.so -> libwnck-1.so.22.3.7
+lrwxrwxrwx root/root usr/lib/libwnck-1.so.22 -> libwnck-1.so.22.3.7
+-rwxr-xr-x root/root usr/lib/libwnck-1.so.22.3.7
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libwnck-1.0.pc
diff --git a/libwnck/.md5sum b/libwnck/.md5sum
new file mode 100644
index 000000000..f2107116f
--- /dev/null
+++ b/libwnck/.md5sum
@@ -0,0 +1 @@
+6b16643a107d9fc37136335939ab3f1a libwnck-2.22.1.tar.bz2
diff --git a/libwnck/Pkgfile b/libwnck/Pkgfile
new file mode 100644
index 000000000..91daf1011
--- /dev/null
+++ b/libwnck/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Window Navigator Construction Kit library
+# URL: http://cvs.gnome.org/viewcvs/libwnck/
+# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Packager: Matt Housh, jaeger at morpheus dot net
+# Depends on: gtk, startup-notification
+
+name=libwnck
+version=2.22.1
+release=1
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ rm po/*.po
+ sed -i configure \
+ -e 's/USE_NLS=yes/USE_NLS=no/' \
+ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/'
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share
+}

Generated by cgit