summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEntexSoft2022-11-14 12:56:07 +0100
committerEntexSoft2022-11-14 12:56:07 +0100
commit2abec35fd5e8a83414644fe23764e9bb2e4cdcd2 (patch)
tree3d0218869238cb419826eceba840c6b5d2429906
parent160e0c61f4715c5dfc667533e8ece60ec3f60d1b (diff)
downloadaur-2abec35fd5e8a83414644fe23764e9bb2e4cdcd2.tar.gz
fourth commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503e48e46c42..eeb94d260164 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-theme-switcher
pkgdesc = Utility for fast switch betwen Xfce4 themes.
pkgver = 0.1
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/linux-stuffs/xfce4-theme-switcher
arch = any
groups = xfce4-goodies
@@ -21,9 +21,6 @@ pkgbase = xfce4-theme-switcher
provides = xfce4-theme-switcher
conflicts = xfce4-theme-switcher
options = !strip
- options = !emptydirs
- source = https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-3.tar.gz
sha256sums = SKIP
pkgname = xfce4-theme-switcher
-
diff --git a/PKGBUILD b/PKGBUILD
index de65169c44de..490e7de8447f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,24 @@
# Maintainer: Pavel Sibal <entexsoft@gmail.com>
pkgname=xfce4-theme-switcher
pkgver=0.1
-pkgrel=3
-pkgdesc="simple application for working with the xfce4 desktop themes."
+pkgrel=4
+pkgdesc="Utility for fast switch betwen Xfce4 themes."
+
arch=('any')
url="https://gitlab.com/linux-stuffs/xfce4-theme-switcher"
-pkgdesc="Utility for fast switch betwen Xfce4 themes."
license=('GPL3')
groups=('xfce4-goodies' 'xfce4-goodies-devel')
provides=("${pkgname}")
conflicts=("${pkgname}")
depends=('bash' 'xfce4-whiskermenu-plugin' 'coreutils' 'grep' 'sed' 'python3' 'conky' 'plank' 'xfce4-panel' 'gtk3' 'python-gobject>=3.38')
-options=('!strip' '!emptydirs')
+options=('!strip')
-source=('https://gitlab.com/linux-stuffs/xfce4-theme-switcher/raw/master/distrib/xfce4-theme-switcher-0.1-3.tar.gz')
+source=()
sha256sums=('SKIP')
package() {
- cd "${srcdir}/${pkgname}"
- ./configure --prefix=/usr
+ cd ..
make install DESTDIR="${pkgdir}"
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
cp --no-preserve=ownership "${pkgdir}/usr/share/doc/${pkgname}/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"