[arch-commits] Commit in wingpanel-indicator-sound/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Apr 5 19:37:50 UTC 2020
Date: Sunday, April 5, 2020 @ 19:37:49
Author: alucryd
Revision: 611919
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD
(from rev 611918, wingpanel-indicator-sound/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:37:44 UTC (rev 611918)
+++ PKGBUILD 2020-04-05 19:37:49 UTC (rev 611919)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel-indicator-sound
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Wingpanel Sound Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-sound
-license=(GPL3)
-groups=(pantheon)
-depends=(
- cairo
- gdk-pixbuf2
- glib2
- gtk3
- libcanberra
- libgee
- libgranite.so
- libnotify
- libpulse
- libwingpanel-2.0.so
-)
-makedepends=(
- git
- gobject-introspection
- gtk2
- intltool
- meson
- vala
-)
-source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=002003d872ec7c2f0f1509ad5da9b1d31e26ff20)
-sha256sums=(SKIP)
-
-pkgver() {
- cd wingpanel-indicator-sound
-
- git describe --tags
-}
-
-build() {
- arch-meson wingpanel-indicator-sound build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD (from rev 611918, wingpanel-indicator-sound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:37:49 UTC (rev 611919)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-sound
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Wingpanel Sound Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ cairo
+ gdk-pixbuf2
+ glib2
+ gtk3
+ libcanberra
+ libgee
+ libgranite.so
+ libnotify
+ libpulse
+ libwingpanel-2.0.so
+)
+makedepends=(
+ git
+ gobject-introspection
+ gtk2
+ intltool
+ meson
+ vala
+)
+source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=5849d94fd2c822e36861e968abd6f3562ba34373)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel-indicator-sound
+
+ git describe --tags
+}
+
+build() {
+ arch-meson wingpanel-indicator-sound build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list