small bug fix
This commit is contained in:
parent
6dc76dfae9
commit
0809e884e0
21
.SRCINFO
Normal file
21
.SRCINFO
Normal file
@ -0,0 +1,21 @@
|
||||
pkgbase = tromjaro-gdm-theme
|
||||
pkgdesc = TROMjaro GDM theme
|
||||
pkgver = 20190929
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/tromsite/tromjaro/tromjaro-gnome-theme
|
||||
arch = any
|
||||
license = GPL3
|
||||
depends = gnome-shell
|
||||
conflicts = manjaro-gnome-maia-theme
|
||||
conflicts = manjaro-gdm-theme
|
||||
replaces = manjaro-gnome-maia-theme
|
||||
replaces = manjaro-gdm-theme
|
||||
source = tromjaro-gnome-theme-5834b2fb38744bb22096a052ea8d0ce8df183002.tar.gz::https://gitlab.com/tromsite/tromjaro/tromjaro-gnome-theme/-/archive/5834b2fb38744bb22096a052ea8d0ce8df183002.tar.gz
|
||||
source = gnome-shell-theme.gresource.xml
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=2dbdf792db061a2935eb8649fddbb27af6a19da6
|
||||
md5sums = 84fee8174c29b910bc97ef4e8374ba29
|
||||
md5sums = ac6dd3df728f3fd56eeded20e49ae685
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = tromjaro-gdm-theme
|
||||
|
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
*
|
||||
|
||||
!.git
|
||||
!.gitignore
|
||||
!PKGBUILD
|
||||
!README.md
|
||||
!.SRCINFO
|
||||
!gnome-shell-theme.gresource.xml
|
2
PKGBUILD
2
PKGBUILD
@ -38,7 +38,7 @@ prepare() {
|
||||
|
||||
#move the correct files
|
||||
cp -f $srcdir/*.xml $srcdir/build/theme/
|
||||
cp -f $_theme-$_commit/noise-texture.png $srcdir/build/theme/
|
||||
cp -f $_theme-$_commit/theme/noise-texture.png $srcdir/build/theme/
|
||||
|
||||
#generate css files
|
||||
echo "Generating .css files from gitlab sources..."
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user