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

Maxime Gauduin alucryd at archlinux.org
Tue Apr 7 18:05:03 UTC 2020


    Date: Tuesday, April 7, 2020 @ 18:05:02
  Author: alucryd
Revision: 612478

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-07 18:04:51 UTC (rev 612477)
+++ PKGBUILD	2020-04-07 18:05:02 UTC (rev 612478)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel
-pkgver=2.3.0.r3.88305e0
-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#commit=88305e0e526b5257e67b778c236a7a4333c18be8)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel
-
-  git describe --tags | sed 's/-/.r/; s/-g/./'
-}
-
-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 612477, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-07 18:05:02 UTC (rev 612478)
@@ -0,0 +1,44 @@
+# 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:



More information about the arch-commits mailing list