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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 14:22:59 UTC 2021


    Date: Wednesday, July 28, 2021 @ 14:22:58
  Author: alucryd
Revision: 988925

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 14:22:53 UTC (rev 988924)
+++ PKGBUILD	2021-07-28 14:22:58 UTC (rev 988925)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel
-pkgver=3.0.0
-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
-  mutter6
-)
-makedepends=(
-  cmake
-  git
-  gala
-  meson
-  vala
-)
-provides=(libwingpanel-2.0.so)
-_tag=aff50fc64b687cf6c687ff4a194e0b936f67b6ff
-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() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel/repos/community-x86_64/PKGBUILD (from rev 988924, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-28 14:22:58 UTC (rev 988925)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=3.0.0
+pkgrel=2
+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
+  mutter6
+  pantheon-notifications
+)
+makedepends=(
+  cmake
+  git
+  gala
+  meson
+  vala
+)
+provides=(libwingpanel-2.0.so)
+_tag=aff50fc64b687cf6c687ff4a194e0b936f67b6ff
+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() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list