[arch-commits] Commit in wingpanel/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 23 07:49:43 UTC 2020


    Date: Tuesday, June 23, 2020 @ 07:49:43
  Author: alucryd
Revision: 650926

archrelease: copy trunk to community-x86_64

Added:
  wingpanel/repos/community-x86_64/PKGBUILD
    (from rev 650925, wingpanel/trunk/PKGBUILD)
Deleted:
  wingpanel/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 07:49:37 UTC (rev 650925)
+++ PKGBUILD	2020-06-23 07:49:43 UTC (rev 650926)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='The Pantheon Top Panel'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgala.so
-  libgee
-  libgranite.so
-  mutter
-)
-makedepends=(
-  git
-  gala
-  meson
-  vala
-)
-provides=(libwingpanel-2.0.so)
-source=(git+https://github.com/elementary/wingpanel.git#tag=efc60e665e71e9007cd9b06fc5b889228892f2b2)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel/repos/community-x86_64/PKGBUILD (from rev 650925, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-23 07:49:43 UTC (rev 650926)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='The Pantheon Top Panel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgala.so
+  libgee
+  libgranite.so
+  mutter
+)
+makedepends=(
+  git
+  gala
+  meson
+  vala
+)
+provides=(libwingpanel-2.0.so)
+_tag=4c359a3e0d418d097daa57487b399d977292ba87
+source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list