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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:44:15 UTC 2022


    Date: Monday, January 10, 2022 @ 10:44:14
  Author: alucryd
Revision: 1099036

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:44:09 UTC (rev 1099035)
+++ PKGBUILD	2022-01-10 10:44:14 UTC (rev 1099036)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel
-pkgver=3.0.1
-pkgrel=4
-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
-  pantheon-notifications
-)
-makedepends=(
-  cmake
-  git
-  gala
-  meson
-  vala
-)
-provides=(libwingpanel-2.0.so)
-_tag=8fce5684de93e3dcb42dfa1c86db973a839598b1
-source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd wingpanel
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel/repos/community-x86_64/PKGBUILD (from rev 1099035, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:44:14 UTC (rev 1099036)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=3.0.2
+pkgrel=4
+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
+  pantheon-notifications
+)
+makedepends=(
+  cmake
+  git
+  gala
+  meson
+  vala
+)
+provides=(libwingpanel-2.0.so)
+_tag=34d11b48f7048c44e373b3e25165ea0d26de7a9c
+source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd wingpanel
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list