[arch-commits] Commit in wingpanel/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 21:32:53 UTC 2021
Date: Monday, November 8, 2021 @ 21:32:53
Author: heftig
Revision: 1038976
archrelease: copy trunk to community-staging-x86_64
Added:
wingpanel/repos/community-staging-x86_64/PKGBUILD
(from rev 1038974, wingpanel/trunk/PKGBUILD)
Deleted:
wingpanel/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 21:32:53 UTC (rev 1038975)
+++ PKGBUILD 2021-11-08 21:32:53 UTC (rev 1038976)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel
-pkgver=3.0.1
-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=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-staging-x86_64/PKGBUILD (from rev 1038974, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-08 21:32:53 UTC (rev 1038976)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=3.0.1
+pkgrel=3
+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=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:
More information about the arch-commits
mailing list