summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2020-11-30 15:37:20 +0100
committerThomas Lange2020-11-30 15:37:20 +0100
commite0b9ad907ae90ab30696af40bc9b193651897e7e (patch)
tree7c0db5a59d244ceb1012993fb395bb368a77f2bf
parent3fd39c8b8986f70a976624933b30e842e60eda14 (diff)
downloadaur-e0b9ad907ae90ab30696af40bc9b193651897e7e.tar.gz
Add gtk2 dependency
GTK and Qt are enabled upstream by default now. See also: https://github.com/audacious-media-player/audacious/commit/8edbf2c3d18798ce47d7a81145ec05f412bac024
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dedeed67ac2..8ce296958c56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-git
pkgdesc = Lightweight, advanced audio player focused on audio quality (git version)
- pkgver = 4.0.beta1.r100.g27313f081
+ pkgver = 4.0.beta1.r154.g91de6c1f2
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
@@ -12,6 +12,7 @@ pkgbase = audacious-git
makedepends = python
depends = glib2
depends = qt5-base
+ depends = gtk2
optdepends = unzip: zipped skins support
provides = audacious
conflicts = audacious
diff --git a/PKGBUILD b/PKGBUILD
index 775ae8ae36d8..b4236e95dd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,16 @@
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
-# To enable GTK support, uncomment the additional dependency and "--enable-gtk".
-# Do the same with audacious-plugins-git. Then run Audacious by "audacious --gtk".
-
_pkgname=audacious
pkgname="$_pkgname-git"
-pkgver=4.0.beta1.r100.g27313f081
+pkgver=4.0.beta1.r154.g91de6c1f2
pkgrel=1
epoch=1
pkgdesc="Lightweight, advanced audio player focused on audio quality (git version)"
arch=('i686' 'x86_64')
url="https://audacious-media-player.org/"
license=('BSD')
-depends=('glib2' 'qt5-base') # 'gtk2')
+depends=('glib2' 'qt5-base' 'gtk2')
makedepends=('git' 'python') # for gdbus-codegen
optdepends=('unzip: zipped skins support')
provides=("$_pkgname")
@@ -36,9 +33,7 @@ build() {
autoreconf -I m4
./configure \
--prefix=/usr \
- --with-buildstamp="$(date +%x)" \
- # --enable-gtk \
-
+ --with-buildstamp='Arch Linux'
make
}