wmctrl
This commit is contained in:
parent
bf5f3e6f36
commit
722f90235f
|
@ -1,7 +1,7 @@
|
|||
# Tanım: GameSWF temmelli GNU SWF Player
|
||||
# URL: http://www.gnu.org/software/gnash/
|
||||
# Paketçi: Cihan_Alkan
|
||||
# Gerekler: giflib sdl libjpeg libpng glu fontconfig agg cairo ffmpeg jemalloc boost gtk2 libldap hicolor-icon-theme desktop-file-utils gconf gtkglext agg gdk-pixbuf2 xorg-mesa xulrunner boost
|
||||
# Gerekler: giflib sdl libjpeg libpng glu fontconfig cairo ffmpeg jemalloc boost gtk2 libldap hicolor-icon-theme desktop-file-utils gconf gtkglext agg gdk-pixbuf2 xorg-mesa boost
|
||||
# Grup: medya
|
||||
|
||||
isim=gnash
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
# Tanım: EWMH uyumlu pencere yöneticisi yönetimi
|
||||
# URL: http://tripie.sweb.cz/utils/wmctrl/
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: glib xorg-libxmu
|
||||
# Grup: sistem
|
||||
|
||||
isim=wmctrl
|
||||
surum=1.07
|
||||
devir=1
|
||||
kaynak=(http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz
|
||||
http://archive.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz)
|
||||
|
||||
derle() {
|
||||
cd $isim-$surum
|
||||
gunzip $SRC/wmctrl_$surum-6.diff.gz
|
||||
patch -p1 -i "$SRC/wmctrl_$surum-6.diff"
|
||||
./configure --bindir="$PKG/usr/bin" --mandir="$PKG/usr/share/man"
|
||||
make
|
||||
make install
|
||||
}
|
Loading…
Reference in New Issue