mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Adding gtk-integration-engine-molecule
This commit is contained in:
parent
a10dfc95e0
commit
9846e9bbc7
30
gtk-integration-engine-molecule/PKGBUILD
Normal file
30
gtk-integration-engine-molecule/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
#
|
||||
# Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=gtk-integration-engine-molecule
|
||||
pkgver=3.2
|
||||
pkgrel=1
|
||||
_colors=3.0
|
||||
_kdever=44
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
pkgdesc=('Molecule Add-on for Gtk-integration')
|
||||
url="http://kde-look.org/content/show.php/Oxygen-Molecule+KDE+%26+GTK%2B+unified+theme?content=103741"
|
||||
depends=('gtk-integration')
|
||||
provides=('oxygen-molecule')
|
||||
conflicts=('oxygen-molecule')
|
||||
makedepends=('pkgconfig' 'cmake')
|
||||
options=('!libtool')
|
||||
source=("http://kde-look.org/CONTENT/content-files/103741-Oxygen-Molecule_${pkgver}_theme.tar.gz")
|
||||
md5sums=('90e852de1ab202fa0dafb038b829846d')
|
||||
|
||||
function build() {
|
||||
mkdir -p "${pkgdir}/usr/bin"
|
||||
mkdir -p "${pkgdir}/usr/share/themes"
|
||||
mkdir -p "${pkgdir}/usr/share/apps/color-schemes"
|
||||
tar -xzf kde${_kdever}-oxygen-molecule.tar.gz -C "${pkgdir}/usr/share/themes"
|
||||
cp Oxygen-Molecule_${_colors}.colors "${pkgdir}/usr/share/apps/color-schemes"
|
||||
install -m 755 flatmolecule "${pkgdir}/usr/bin/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user