aboutsummaryrefslogtreecommitdiff
path: root/unmaintained
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-08-01 08:22:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-08-01 08:23:04 -0300
commitd6844ad470d7a7360d382ec23eaed7f1b85da0bc (patch)
tree1f1e87ef049dfbae5480c31d486d945498511c93 /unmaintained
parent03ccb9a88f3ffe7be32d6c67993aa14a38174cbe (diff)
downloadalpine_aports-d6844ad470d7a7360d382ec23eaed7f1b85da0bc.tar.bz2
alpine_aports-d6844ad470d7a7360d382ec23eaed7f1b85da0bc.tar.xz
alpine_aports-d6844ad470d7a7360d382ec23eaed7f1b85da0bc.zip
unmaintained/volumeicon: fix source and lint
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/volumeicon/APKBUILD30
1 files changed, 12 insertions, 18 deletions
diff --git a/unmaintained/volumeicon/APKBUILD b/unmaintained/volumeicon/APKBUILD
index 75a1000da2..f0b4ec91ea 100644
--- a/unmaintained/volumeicon/APKBUILD
+++ b/unmaintained/volumeicon/APKBUILD
@@ -6,29 +6,23 @@ pkgrel=0
6pkgdesc="Volume Icon is a lightweight volume control that sits in your systray" 6pkgdesc="Volume Icon is a lightweight volume control that sits in your systray"
7url="http://softwarebakery.com/maato/volumeicon.html" 7url="http://softwarebakery.com/maato/volumeicon.html"
8arch="all" 8arch="all"
9license="GPL-3.0" 9license="GPL-3.0-only"
10depends=""
11depends_dev=""
12makedepends="gtk+3.0-dev intltool alsa-lib-dev libnotify-dev" 10makedepends="gtk+3.0-dev intltool alsa-lib-dev libnotify-dev"
13install="" 11subpackages="$pkgname-lang"
14subpackages="${pkgname}-lang" 12source="$pkgname-$pkgver.tar.gz::https://github.com/Maato/volumeicon/archive/$pkgver.tar.gz"
15source="http://softwarebakery.com/maato/files/${pkgname}/${pkgname}-${pkgver}.tar.gz"
16 13
17builddir=${srcdir}/${pkgname}-${pkgver}
18build() { 14build() {
19 cd "$builddir" 15 ./configure \
20 ./configure \ 16 --build=$CBUILD \
21 --build=$CBUILD \ 17 --host=$CHOST \
22 --host=$CHOST \ 18 --prefix=/usr \
23 --prefix=/usr \ 19 --sysconfdir=/etc \
24 --sysconfdir=/etc \ 20 --enable-notify
25 --enable-notify || return 1 21 make
26 make
27} 22}
28 23
29package() { 24package() {
30 cd "$builddir" 25 make DESTDIR="$pkgdir" install
31 make DESTDIR="$pkgdir" install || return 1
32} 26}
33 27
34sha512sums="a96c79f91a8a0ec96f3297af659cf738547bb33e5908edb6b499bcc5081c61339ceaccc3a854a2f953a6f177fe6d8be1578cacab522d8be63a9dda8cf7c7a452 volumeicon-0.5.1.tar.gz" 28sha512sums="c158a1a1bdf84e91fa039defc4c2a7fefa53f9a3ffc48b92388144fee6f7400f2e20618d3527d5c26f694d2280b1035fa4f91080ffe3b4baa5d229130d0c13b7 volumeicon-0.5.1.tar.gz"