libwnck: New port (moved from xfce and gnome collections)
This commit is contained in:
parent
bd35e945c3
commit
65f94316f2
26
libwnck/.footprint
Normal file
26
libwnck/.footprint
Normal file
@ -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
|
1
libwnck/.md5sum
Normal file
1
libwnck/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
6b16643a107d9fc37136335939ab3f1a libwnck-2.22.1.tar.bz2
|
22
libwnck/Pkgfile
Normal file
22
libwnck/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user