manjaro to trom
This commit is contained in:
parent
fe4268adb0
commit
28a0a0f014
20
PKGBUILD
20
PKGBUILD
@ -1,21 +1,21 @@
|
|||||||
# Maintainer: Stefano Capitani <stefano_at_manjaro_dot_org>
|
# Maintainer: davedatum <ask at davedatum dot com>
|
||||||
|
|
||||||
pkgname=manjaro-gdm-theme
|
pkgname=tromjaro-gdm-theme
|
||||||
pkgver=20190929
|
pkgver=20190929
|
||||||
_gnome_shell_ver=1:3.34.0+152+g0fdbde910
|
_gnome_shell_ver=1:3.34.0+152+g0fdbde910
|
||||||
_pkgrel=1
|
_pkgrel=1
|
||||||
_theme=manjaro-gnome-theme
|
_theme=tromjaro-gnome-theme
|
||||||
_hook=gdm-theme-maia
|
_hook=gdm-theme-maia
|
||||||
_commit=7b56487b745a5569a1d5ecf8c486598f2b8d5c02
|
_commit=5834b2fb38744bb22096a052ea8d0ce8df183002
|
||||||
_comm=2dbdf792db061a2935eb8649fddbb27af6a19da6
|
_comm=2dbdf792db061a2935eb8649fddbb27af6a19da6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Manjaro GDM theme"
|
pkgdesc="TROMjaro GDM theme"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://gitlab.manjaro.org/artwork/themes/$_theme"
|
url="https://gitlab.com/tromsite/tromjaro/$_theme"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=(gnome-shell)
|
depends=(gnome-shell)
|
||||||
conflicts=('manjaro-gnome-maia-theme')
|
conflicts=('manjaro-gnome-maia-theme' 'manjaro-gdm-theme')
|
||||||
replaces=('manjaro-gnome-maia-theme')
|
replaces=('manjaro-gnome-maia-theme' 'manjaro-gdm-theme')
|
||||||
source=("$_theme-$_commit.tar.gz::$url/-/archive/$_commit.tar.gz"
|
source=("$_theme-$_commit.tar.gz::$url/-/archive/$_commit.tar.gz"
|
||||||
'gnome-shell-theme.gresource.xml'
|
'gnome-shell-theme.gresource.xml'
|
||||||
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_comm")
|
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_comm")
|
||||||
@ -78,8 +78,8 @@ package() {
|
|||||||
|
|
||||||
install -Dm644 $srcdir/build/theme/gnome-shell-theme.gresource $pkgdir/usr/share/themes/manjaro-gdm-themegnome-shell-theme.gresource
|
install -Dm644 $srcdir/build/theme/gnome-shell-theme.gresource $pkgdir/usr/share/themes/manjaro-gdm-themegnome-shell-theme.gresource
|
||||||
mkdir -p $pkgdir/usr/share/themes
|
mkdir -p $pkgdir/usr/share/themes
|
||||||
mkdir -p $pkgdir/usr/share/themes/$pkgname
|
mkdir -p $pkgdir/usr/share/themes/${pkgname}
|
||||||
cp -r $srcdir/build/theme/* $pkgdir/usr/share/themes/$pkgname/
|
cp -r $srcdir/build/theme/* $pkgdir/usr/share/themes/${pkgname}/
|
||||||
|
|
||||||
cd $_theme-$_commit
|
cd $_theme-$_commit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user