[arch-commits] Commit in switchboard-plug-sharing/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 13:02:16 UTC 2021
Date: Monday, July 19, 2021 @ 13:02:15
Author: alucryd
Revision: 978659
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-sharing/repos/community-x86_64/PKGBUILD
(from rev 978658, switchboard-plug-sharing/trunk/PKGBUILD)
Deleted:
switchboard-plug-sharing/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 13:02:09 UTC (rev 978658)
+++ PKGBUILD 2021-07-19 13:02:15 UTC (rev 978659)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-sharing
-pkgver=2.1.4
-pkgrel=2
-pkgdesc='Switchboard Sharing Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-sharing
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gnome-user-share
- gtk3
- libgee
- libgranite.so
- libswitchboard-2.0.so
-)
-makedepends=(
- git
- meson
- switchboard
- vala
-)
-_tag=b3cebcd4a7782e731086f6207b22a9924f0ddcb2
-source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd switchboard-plug-sharing
-
- git describe --tags
-}
-
-build() {
- arch-meson switchboard-plug-sharing build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: switchboard-plug-sharing/repos/community-x86_64/PKGBUILD (from rev 978658, switchboard-plug-sharing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 13:02:15 UTC (rev 978659)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-sharing
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Switchboard Sharing Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-sharing
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gnome-user-share
+ gtk3
+ libgee
+ libgranite.so
+ libswitchboard-2.0.so
+)
+makedepends=(
+ git
+ meson
+ switchboard
+ vala
+)
+_tag=88f2408d8165ce2a1c65daf5a9a56cedb038620f
+source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd switchboard-plug-sharing
+
+ git describe --tags
+}
+
+build() {
+ arch-meson switchboard-plug-sharing build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list