makedeb
tryones patched fork of compton with kawase blur
Click here to go back to the commit logs for compton-tryone-git.
Hash: 8079ebf3f1fbd262785f4c52951b1ee0b242bfa5
Message: minor update
diff --git a/PKGBUILD b/PKGBUILD
index 3533d88..3d71f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,42 +1,41 @@
-# Maintainer: only_vip <onlyme_vip@protonmail.com>
-pkgname=compton-tryone-git
-pkgdesc='tryones patched fork of compton with kawase blur'
-_gitname=compton
-pkgver=0.1.beta2.99.g6e49259
-pkgrel=1
-arch=(x86_64)
-url="https://github.com/tryone144/compton"
-license=('MIT')
-depends=('libx11-dev' 'libxcomposite-dev' 'libxdamage-dev' 'libxfixes-dev' 'libxext-dev' 'libxrender-dev' 'libxrandr-dev' 'libxinerama-dev' 'x11-utils' 'libpcre++-dev' 'libconfig-dev' 'libdrm-dev' 'libgl1-mesa-dev' 'libgles2-mesa-dev' 'libglu1-mesa-dev' 'libdbus-1-dev' 'libxcb1-dev' 'libxcb-damage0-dev' 'libxcb-xfixes0-dev' 'libxcb-shape0-dev' 'libxcb-render-util0-dev' 'libxcb-render0-dev' 'libxcb-randr0-dev' 'libxcb-composite0-dev' 'libxcb-image0-dev' 'libxcb-present-dev' 'libxcb-xinerama0-dev' 'libpixman-1-dev' 'libgl1-mesa-dev' 'libpcre3-dev' 'libevdev-dev' 'uthash-dev' 'libev-dev' 'libx11-xcb-dev' 'libxdg-basedir-dev' 'docbook-xml' 'xsltproc' 'docbook-xsl')
-makedepends=('git' 'pkg-config' 'make' 'x11proto-dev' 'asciidoc')
-optdepends=('dbus: To control compton via D-Bus'
- 'xorg-xwininfo: For compton-trans'
- 'xorg-xprop: For compton-trans')
-provides=('compton')
-conflicts=('compton')
-# replaces=('compton')
-source=("git://github.com/tryone144/compton.git")
-md5sums=("SKIP")
+ # Maintainer: only_vip <onlyme_vip@protonmail.com>
+ pkgname=compton-tryone-git
+ pkgdesc='tryones patched fork of compton with kawase blur'
+ _gitname=compton
+ pkgver=0.1.beta2.99.g6e49259
+ pkgrel=1
+ arch=(x86_64)
+ url="https://github.com/tryone144/compton"
+ license=('MIT')
+ depends=('libx11-dev' 'libxcomposite-dev' 'libxdamage-dev' 'libxfixes-dev' 'libxext-dev' 'libxrender-dev' 'libxrandr-dev' 'libxinerama-dev' 'x11-utils' 'libpcre++-dev' 'libconfig-dev' 'libdrm-dev' 'libgl1-mesa-dev' 'libgles2-mesa-dev' 'libglu1-mesa-dev' 'libdbus-1-dev' 'libxcb1-dev' 'libxcb-damage0-dev' 'libxcb-xfixes0-dev' 'libxcb-shape0-dev' 'libxcb-render-util0-dev' 'libxcb-render0-dev' 'libxcb-randr0-dev' 'libxcb-composite0-dev' 'libxcb-image0-dev' 'libxcb-present-dev' 'libxcb-xinerama0-dev' 'libpixman-1-dev' 'libgl1-mesa-dev' 'libpcre3-dev' 'libevdev-dev' 'uthash-dev' 'libev-dev' 'libx11-xcb-dev' 'libxdg-basedir-dev' 'docbook-xml' 'xsltproc' 'docbook-xsl')
+ makedepends=('git' 'pkg-config' 'make' 'x11proto-dev' 'asciidoc')
+ optdepends=('dbus: To control compton via D-Bus'
+ 'xorg-xwininfo: For compton-trans'
+ 'xorg-xprop: For compton-trans')
+ provides=('compton')
+ conflicts=('compton')
+ # replaces=('compton')
+ source=("git://github.com/tryone144/compton.git")
+ md5sums=("SKIP")
- pkgver() {
- cd "${srcdir}/${_gitname}"
- git describe --tags | sed -e "s:v::" -e 's/_/./' -e 's/-/./g'
- }
+ pkgver() {
+ cd "${srcdir}/${_gitname}"
+ git describe --tags | sed -e "s:v::" -e 's/_/./' -e 's/-/./g'
+ }
- build() {
- cd "${srcdir}/${_gitname}"
- make PREFIX=/usr
- make docs
- }
+ build() {
+ cd "${srcdir}/${_gitname}"
+ make PREFIX=/usr
+ make docs
+ }
- package() {
- cd "${srcdir}/${_gitname}"
+ package() {
+ cd "${srcdir}/${_gitname}"
- make PREFIX="${pkgdir}/usr" install
+ make PREFIX="${pkgdir}/usr" install
- # install license
- install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${_gitname}/LICENSE"
-
- # example conf
- install -D -m644 "compton.sample.conf" "${pkgdir}/etc/xdg/compton.conf.example"
- }
+ # install license
+ install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${_gitname}/LICENSE"
+ # example conf
+ install -D -m644 "compton.sample.conf" "${pkgdir}/etc/xdg/compton.conf.example"
+ }