mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-13 05:35:47 +00:00
Added patch for oxygen-transparent
This commit is contained in:
@ -12,7 +12,7 @@ depends=('bash' 'git')
|
|||||||
optdepends=('python2-pyqt4: for GUI'
|
optdepends=('python2-pyqt4: for GUI'
|
||||||
'xterm: for GUI')
|
'xterm: for GUI')
|
||||||
source=(https://github.com/arcan1s/git-etc/releases/download/V.${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
source=(https://github.com/arcan1s/git-etc/releases/download/V.${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
||||||
md5sums=('502081640d842ca9a2c8ec77a99b7349')
|
md5sums=('32374e9285bc0cc330a4aea6932bbeb4')
|
||||||
backup=('etc/conf.d/git-etc.conf')
|
backup=('etc/conf.d/git-etc.conf')
|
||||||
|
|
||||||
package()
|
package()
|
||||||
|
42
oxygen-transparent-macos/PKGBUILD
Normal file
42
oxygen-transparent-macos/PKGBUILD
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# Maintainer: Alessio Sergi <asergi at archlinux dot us>
|
||||||
|
|
||||||
|
pkgname=oxygen-transparent-macos
|
||||||
|
_pkgname=oxygen-transparent
|
||||||
|
pkgver=246.f2f067d
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Oxygen style and decoration with support for transparency"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
url="https://projects.kde.org/projects/playground/artwork/oxygen-transparent"
|
||||||
|
license=('GPL' 'LGPL')
|
||||||
|
depends=('kdebase-workspace')
|
||||||
|
makedepends=('cmake' 'git' 'automoc4')
|
||||||
|
provides=(${_pkgname})
|
||||||
|
conflicts=(${_pkgname})
|
||||||
|
source=(git+git://anongit.kde.org/oxygen-transparent
|
||||||
|
oxytrans-macos.patch)
|
||||||
|
md5sums=('SKIP'
|
||||||
|
'543a9d78e4fca3eda262016a37040632')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd "${_pkgname}"
|
||||||
|
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd ${srcdir}
|
||||||
|
patch -p0 < oxytrans-macos.patch
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}/${_pkgname}"
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=RELEASE \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}/${_pkgname}"
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
4301
oxygen-transparent-macos/oxytrans-macos.patch
Normal file
4301
oxygen-transparent-macos/oxytrans-macos.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user