small bug fix

This commit is contained in:
davedatum 2019-11-05 01:27:03 +00:00
parent 6dc76dfae9
commit 0809e884e0
4 changed files with 30 additions and 1 deletions

21
.SRCINFO Normal file
View 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
View File

@ -0,0 +1,8 @@
*
!.git
!.gitignore
!PKGBUILD
!README.md
!.SRCINFO
!gnome-shell-theme.gresource.xml

View File

@ -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..."