From d91e5b1083c04c25faf7bf54c8732a1b3f20758e Mon Sep 17 00:00:00 2001 From: milisarge Date: Thu, 13 Apr 2017 20:47:53 +0300 Subject: [PATCH] compton.paketlendi --- talimatname/genel/compton/talimat | 23 +++++++++++++++++++ talimatname/genel/xorg-compositeproto/talimat | 20 ++++++++++++++++ talimatname/genel/xorg-libxcomposite/talimat | 2 +- 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 talimatname/genel/compton/talimat create mode 100644 talimatname/genel/xorg-compositeproto/talimat diff --git a/talimatname/genel/compton/talimat b/talimatname/genel/compton/talimat new file mode 100644 index 000000000..d9a71bba5 --- /dev/null +++ b/talimatname/genel/compton/talimat @@ -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 +} diff --git a/talimatname/genel/xorg-compositeproto/talimat b/talimatname/genel/xorg-compositeproto/talimat new file mode 100644 index 000000000..0d0feaaa7 --- /dev/null +++ b/talimatname/genel/xorg-compositeproto/talimat @@ -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 +} diff --git a/talimatname/genel/xorg-libxcomposite/talimat b/talimatname/genel/xorg-libxcomposite/talimat index 03965fb3c..56902bcd8 100644 --- a/talimatname/genel/xorg-libxcomposite/talimat +++ b/talimatname/genel/xorg-libxcomposite/talimat @@ -1,7 +1,7 @@ # Description: X.Org icin Xcomposite kutuphanesi # URL: http://xorg.freedesktop.org # 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 version=0.4.4