compton.paketlendi
This commit is contained in:
parent
3dad3de352
commit
d91e5b1083
|
@ -0,0 +1,23 @@
|
||||||
|
# Description: X pencere sistemi için dizgici(compositor)
|
||||||
|
# URL: https://github.com/chjj/compton
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: libconfig pcre xorg-mesa xorg-libxcomposite xorg-libxinerama xorg-libxrandr xorg-libxdamage
|
||||||
|
|
||||||
|
name=compton
|
||||||
|
version=git
|
||||||
|
release=1
|
||||||
|
source=()
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $PKGMK_SOURCE_DIR
|
||||||
|
|
||||||
|
if cd $name; then
|
||||||
|
git fetch -q; git reset --hard origin/master
|
||||||
|
else
|
||||||
|
git clone git://github.com/chjj/$name $name
|
||||||
|
cd $name
|
||||||
|
fi
|
||||||
|
|
||||||
|
make NO_DBUS=1 compton
|
||||||
|
install -Dm755 compton $PKG/usr/bin/compton
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Description: xorg proto compositeproto
|
||||||
|
# URL: http://xorg.freedesktop.org
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=xorg-compositeproto
|
||||||
|
version=0.4.2
|
||||||
|
release=1
|
||||||
|
source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd compositeproto-$version
|
||||||
|
|
||||||
|
./configure --prefix=/usr
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -rf $PKG/usr/share
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
# Description: X.Org icin Xcomposite kutuphanesi
|
# Description: X.Org icin Xcomposite kutuphanesi
|
||||||
# URL: http://xorg.freedesktop.org
|
# URL: http://xorg.freedesktop.org
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: xorg-libx11 xorg-proto xorg-libxfixes xorg-libxext
|
# Depends on: xorg-libx11 xorg-proto xorg-libxfixes xorg-libxext xorg-compositeproto
|
||||||
|
|
||||||
name=xorg-libxcomposite
|
name=xorg-libxcomposite
|
||||||
version=0.4.4
|
version=0.4.4
|
||||||
|
|
Loading…
Reference in New Issue