summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-03-06 13:45:51 +0100
committerbegin-theadventure2024-03-06 13:45:51 +0100
commitac3e5b8eb9e470e2446b0e1f8109fe9bf32de709 (patch)
treee7797dc006c532203a4a4b42e57ee6d9ace34dac
parente6edae9729c7ef550305d66deca88dc37a64c5e0 (diff)
downloadaur-gadmin-rsync.tar.gz
pkgdesc, license, docs, clean up
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4634c00477ee..e62b1a69c1bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = gadmin-rsync
- pkgdesc = An easy to use GTK+ frontend for the rsync backup client and server
+ pkgdesc = An easy to use GTK2 frontend for the rsync backup client and server
pkgver = 0.1.9
- pkgrel = 5
+ pkgrel = 6
url = https://web.archive.org/web/20180720061609/http://dalalven.dtdns.net:80/linux/gadmintools-webpage
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
depends = gtk2
depends = rsync
optdepends = zenity: for launching with the desktop shortcut
diff --git a/PKGBUILD b/PKGBUILD
index ec5371380784..e1b363ebaa0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=gadmin-rsync
pkgver=0.1.9
-pkgrel=5
-pkgdesc="An easy to use GTK+ frontend for the rsync backup client and server"
-arch=('i686' 'x86_64')
+pkgrel=6
+pkgdesc="An easy to use GTK2 frontend for the rsync backup client and server"
url="https://web.archive.org/web/20180720061609/http://dalalven.dtdns.net:80/linux/gadmintools-webpage"
-license=('GPL3')
+arch=('i686' 'x86_64')
+license=('GPL-3.0-or-later')
depends=('gtk2' 'rsync')
optdepends=("zenity: for launching with the desktop shortcut")
source=("https://github.com/sedwards/gadmintools_src_pkgs/raw/master/gadmin-rsync-0.1.9.tar.gz"
@@ -30,7 +30,8 @@ package() {
# Install
install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname-desktop"
cd $pkgname-0.1.9
- make DESTDIR=$pkgdir install
+ make install DESTDIR="$pkgdir"
+ install -Dm644 AUTHORS ChangeLog README -t "$pkgdir/usr/share/doc/$pkgname"
# Remove an unnecessary folder
rm -dr "$pkgdir/usr/share/pixmaps/$pkgname"
# Use the script in the desktop shortcut