[arch-commits] Commit in retro-gtk/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Tue Apr 20 14:23:51 UTC 2021
Date: Tuesday, April 20, 2021 @ 14:23:50
Author: bgyorgy
Revision: 920049
Minor changes
Modified:
retro-gtk/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-20 14:01:06 UTC (rev 920048)
+++ PKGBUILD 2021-04-20 14:23:50 UTC (rev 920049)
@@ -6,24 +6,18 @@
pkgname=retro-gtk
pkgver=1.0.2
pkgrel=1
-pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
+pkgdesc='Toolkit to write GTK based Libretro frontends'
arch=('x86_64')
license=('GPL3')
url='https://wiki.gnome.org/Apps/Games'
depends=('libepoxy' 'glib2' 'gtk3' 'libpulse' 'libsamplerate')
-makedepends=('gobject-introspection' 'meson' 'vala' 'git' 'gtk-doc')
+makedepends=('gobject-introspection' 'meson' 'vala')
provides=('libretro-gtk-1.so')
-_commit=422b70aa9465ea65ea70edcc9a093368cac22b2a # tags/1.0.2^0
-source=("git+https://gitlab.gnome.org/GNOME/retro-gtk.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('7118b0b5f9c1f2f0bc742faf8689eb48b44833efada0f6dbce990ec9783bcbd2')
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
build() {
- arch-meson $pkgname build \
+ arch-meson $pkgname-$pkgver build \
-D build-doc=true \
-D install-doc=true
meson compile -C build
More information about the arch-commits
mailing list