forked from ports/contrib
glade: replaced by glade3
This commit is contained in:
parent
f8cc2451b1
commit
eb619509a1
@ -1,14 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/glade -> /usr/bin/glade-2
|
||||
-rwxr-xr-x root/root usr/bin/glade-2
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/glade-2.desktop
|
||||
drwxr-xr-x root/root usr/share/glade-2/
|
||||
drwxr-xr-x root/root usr/share/glade-2/gtk/
|
||||
-rw-r--r-- root/root usr/share/glade-2/gtk/autogen.sh
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/glade-2.png
|
||||
drwxr-xr-x root/root usr/share/pixmaps/glade-2/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/glade-2/glade_logo.png
|
@ -1 +0,0 @@
|
||||
54082e44bba1c75770aa0bff2f38987e glade-2.12.2.tar.bz2
|
@ -1,27 +0,0 @@
|
||||
# Description: GTK Interface Builder.
|
||||
# URL: http://glade.gnome.org/
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Depends on: libglade, p5-xml-parser
|
||||
|
||||
name=glade
|
||||
version=2.12.2
|
||||
release=1
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.12/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
touch scrollkeeper-config
|
||||
chmod +x scrollkeeper-config
|
||||
export SCROLLKEEPER_CONFIG="$PATH:$PWD"
|
||||
sed -i "/scrollkeeper-update/d" omf-install/Makefile.in
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-gnome \
|
||||
--disable-gnome-db
|
||||
|
||||
make && make DESTDIR=$PKG install
|
||||
ln -sf /usr/bin/glade-2 $PKG/usr/bin/glade
|
||||
rm -rf $PKG/usr/share/{locale,gnome,omf}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user