summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-09-29 15:27:48 +0200
committeractionless2020-09-29 15:27:48 +0200
commitac87860e69697ee18807a15a45c382d2b86c2df1 (patch)
tree1d01fb98eb341b97da29c6dbbf5e48009b355d2f
parentf317603c154d0776f34f3980b40f6651481b92ba (diff)
downloadaur-ac87860e69697ee18807a15a45c382d2b86c2df1.tar.gz
remove arc from deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f3879b13fb..7439baf451b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = themix-gui-git
pkgdesc = Plugin-based theme designer GUI for environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), icons and terminal palettes.
- pkgver = 1.13.3
+ pkgver = 1.13.3.r59.ga25cfe44
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = themix-gui-git
optdepends = themix-import-images: Import palettes from images
optdepends = themix-export-spotify: Apply theme to Spotify
optdepends = themix-plugin-base16: Import and export from Base16 project format
- optdepends = themix-theme-arc: Theme Style plugin
optdepends = themix-theme-materia: Theme Style plugin
optdepends = themix-theme-oomox: Theme Style plugin
optdepends = themix-icons-archdroid: Icons Style plugin
diff --git a/PKGBUILD b/PKGBUILD
index 81101bf412d7..d56c965825c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=themix-gui-git
-pkgver=1.13.3
+pkgver=1.13.3.r59.ga25cfe44
pkgrel=1
pkgdesc="Plugin-based theme designer GUI for
environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
@@ -28,7 +28,7 @@ optdepends=(
'themix-plugin-base16: Import and export from Base16 project format'
- 'themix-theme-arc: Theme Style plugin'
+ #'themix-theme-arc: Theme Style plugin'
'themix-theme-materia: Theme Style plugin'
'themix-theme-oomox: Theme Style plugin'
@@ -58,7 +58,7 @@ package() {
_oomox_gui_dir=${_oomox_dir}/oomox_gui
cd "${srcdir}/oomox"
- make DESTDIR="${pkgdir}" APPDIR="${_oomox_dir}" PREFIX="/usr" install_gui
+ make DESTDIR="${pkgdir}" APPDIR="${_oomox_dir}" PREFIX="/usr" install_gui install_import_xresources
python -O -m compileall ${pkgdir}${_oomox_gui_dir} -d ${_oomox_gui_dir}
}