libwnck: Removed. Moved to opt collection.
This commit is contained in:
parent
953fce679c
commit
67768d7642
@ -1,26 +0,0 @@
|
|||||||
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 +0,0 @@
|
|||||||
6b16643a107d9fc37136335939ab3f1a libwnck-2.22.1.tar.bz2
|
|
@ -1,23 +0,0 @@
|
|||||||
# 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
|
|
||||||
# Group: xfce4
|
|
||||||
|
|
||||||
name=libwnck
|
|
||||||
version=2.22.1
|
|
||||||
release=1
|
|
||||||
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/2.22/$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