summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2018-05-20 00:26:43 +0200
committerLucki2018-05-20 00:26:43 +0200
commit55392ff925da38303e8963f82eb5c623fa344129 (patch)
tree382945112f598ae72225b6556e28f39dfdb3423c
parent8006f8419f0a76065a55955cc0228927b216d16e (diff)
downloadaur-55392ff925da38303e8963f82eb5c623fa344129.tar.gz
Remove Gendesk
-rw-r--r--.CHANGELOG35
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD23
-rw-r--r--yaup.desktop10
4 files changed, 21 insertions, 56 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
deleted file mode 100644
index b00b6f1457b6..000000000000
--- a/.CHANGELOG
+++ /dev/null
@@ -1,35 +0,0 @@
-* commit dabd2625a9cb2a78db89ff220a97f6eb00eb75d3
-| Author: Lucki <Lucki@holarse-linuxgaming.de>
-| Date: Tue Aug 22 16:17:05 2017 +0200
-|
-| Update README.md
-|
-* commit 6543845a48bb910f9d501eacbc4216dd4f6ad191
-| Author: Lucki <Lucki@holarse-linuxgaming.de>
-| Date: Fri Oct 14 16:45:56 2016 +0200
-|
-| Dependencies!
-|
-* commit acf7fcd204b4c1bebb8c9e8f2b22d6eb73d952db
-| Author: Lucki <Lucki@holarse-linuxgaming.de>
-| Date: Fri Oct 14 16:23:08 2016 +0200
-|
-| Movies!
-|
-* commit 4f1e2f344ad9a6ba34863613b1af70804e0e119f
-| Author: Lucki <Lucki@holarse-linuxgaming.de>
-| Date: Fri Oct 14 15:50:33 2016 +0200
-|
-| Fix make, add more to README
-|
-* commit 31570e01f20e295db670f6aa831f8af10ac32c44
-| Author: Lucki <Lucki@holarse-linuxgaming.de>
-| Date: Thu Oct 13 23:04:49 2016 +0200
-|
-| Add picture
-|
-* commit 0fb936990770136288e790a30e05016f894c262d
- Author: Lucki <Lucki@holarse-linuxgaming.de>
- Date: Sat Sep 10 16:58:15 2016 +0200
-
- Initial commit
diff --git a/.SRCINFO b/.SRCINFO
index ea6af18dfe84..b4c9c30bab79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Nov 16 00:32:06 UTC 2017
pkgbase = yaup-git
pkgdesc = Yet Another UPnP Portmapper - A GTK frontend for miniupnpc
- pkgver = 0.1.r1.g6543845
- pkgrel = 3
+ pkgver = 0.1.r2.gdabd262
+ pkgrel = 1
url = https://github.com/Holarse-Linuxgaming/yaup
- changelog = .CHANGELOG
arch = i686
arch = x86_64
license = GPL3
@@ -18,7 +15,9 @@ pkgbase = yaup-git
provides = yaup
conflicts = yaup
source = yaup::git+https://github.com/Holarse-Linuxgaming/yaup.git
+ source = yaup.desktop
sha512sums = SKIP
+ sha512sums = d116842d5c1d0fa1843d82ef8ecb7706fa8f12ae23ffd588b7bb0ac77e02b34aae6f362e9b8b74620902edd47b6e6d86ddf258bcdf1cd2143bdaa018b832df9e
pkgname = yaup-git
diff --git a/PKGBUILD b/PKGBUILD
index f13dac35697b..b6684892ea93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: Lucki <Lucki at holarse-linuxgaming dot de>
+# Maintainer: Lucki <https://aur.archlinux.org/account/Lucki>
pkgname=yaup-git
-pkgver=0.1.r1.g6543845
-pkgrel=3
+pkgver=0.1.r2.gdabd262
+pkgrel=1
pkgdesc="Yet Another UPnP Portmapper - A GTK frontend for miniupnpc"
arch=('i686' 'x86_64')
url="https://github.com/Holarse-Linuxgaming/yaup"
license=('GPL3')
-changelog=.CHANGELOG
depends=('miniupnpc' 'gtk3')
makedepends=('git' 'gendesk' 'intltool' 'libtool')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=(${pkgname%-git}::git+https://github.com/Holarse-Linuxgaming/yaup.git)
-sha512sums=('SKIP')
+source=("${pkgname%-git}::git+https://github.com/Holarse-Linuxgaming/yaup.git"
+ "${pkgname%-git}.desktop")
+sha512sums=('SKIP'
+ 'd116842d5c1d0fa1843d82ef8ecb7706fa8f12ae23ffd588b7bb0ac77e02b34aae6f362e9b8b74620902edd47b6e6d86ddf258bcdf1cd2143bdaa018b832df9e')
pkgver()
{
@@ -21,16 +22,6 @@ pkgver()
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare()
-{
- cd "${srcdir}"
- # generate .desktop-file
- gendesk -n -f --categories "Network;Utility;GTK"
-
- # update .CHANGELOG
- git -C ${srcdir}/${pkgname%-git} log --graph -10 > ${startdir}/.CHANGELOG
-}
-
build()
{
cd "${srcdir}/${pkgname%-git}"
diff --git a/yaup.desktop b/yaup.desktop
new file mode 100644
index 000000000000..bfefc64e4fe5
--- /dev/null
+++ b/yaup.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Name=Yaup
+Comment=Yet Another UPnP Portmapper - A GTK frontend for miniupnpc
+Exec=yaup
+Icon=yaup
+Terminal=false
+StartupNotify=false
+Categories=Network;Utility;GTK