summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopcorn2018-11-25 07:45:30 +0800
committerPopcorn2018-11-25 07:45:30 +0800
commit4d6f9fba0c54b731d5f803aa534346ae92542331 (patch)
tree61f4ffdc5e04efa143d547ea3bc1d9c739194156
parent8e91a2ac3216f6a3b46ef755f58d1055ce1119c4 (diff)
downloadaur-arcint-gtk-theme-git.tar.gz
a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa5494c6a96..ff5d0af03b17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = arcint-gtk-theme-git
pkgdesc = My own version of horst3180's Arc theme
- pkgver = 19700101
+ pkgver = 20181125
pkgrel = 1
- url = https://gitgud.io/popcorn/arcint-theme
+ url = https://gitgud.io/popcorn/arcint-gtk-theme
arch = any
license = GPL3
makedepends = git
@@ -13,7 +13,7 @@ pkgbase = arcint-gtk-theme-git
optdepends = gnome-themes-standard: for gtk2 themes
provides = arcint-gtk-theme
conflicts = arcint-gtk-theme
- source = git+https://gitgud.io/popcorn/arcint-theme.git
+ source = git+https://gitgud.io/popcorn/arcint-gtk-theme.git
sha512sums = SKIP
pkgname = arcint-gtk-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index bfb0ff45d646..092a6212ed33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Popcorn <popcorn-public {at} protonmail {dot} com>
pkgname=arcint-gtk-theme-git
-_pkgname=arcint-theme
+_pkgname=arcint-gtk-theme
pkgdesc="My own version of horst3180's Arc theme"
-pkgver=19700101
+pkgver=20181125
pkgrel=1
arch=("any")
provides=("arcint-gtk-theme")
conflicts=("arcint-gtk-theme")
-url="https://gitgud.io/popcorn/arcint-theme"
+url="https://gitgud.io/popcorn/arcint-gtk-theme"
license=("GPL3")
optdepends=("gnome-themes-standard: for gtk2 themes")
makedepends=("git" "gtk3" "sassc" "optipng" "inkscape")
@@ -20,10 +20,9 @@ pkgver() {
}
build() {
- cd "${_pkgname}"
- ./autogen.sh --prefix=/usr
+ "${_pkgname}/make.sh" --prefix="${srcdir}/build"
}
package() {
- make -C "${srcdir}/${_pkgname}" DESTDIR="${pkgdir}" install
+ mv "${srcdir}/build" "${pkgdir}/usr"
}