Date: Wednesday, November 24, 2021 @ 12:14:19 Author: alucryd Revision: 1054661
archrelease: copy trunk to community-x86_64 Added: switchboard-plug-locale/repos/community-x86_64/PKGBUILD (from rev 1054660, switchboard-plug-locale/trunk/PKGBUILD) Deleted: switchboard-plug-locale/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 90 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-11-24 12:14:14 UTC (rev 1054660) +++ PKGBUILD 2021-11-24 12:14:19 UTC (rev 1054661) @@ -1,45 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=switchboard-plug-locale -pkgver=2.5.5 -pkgrel=1 -pkgdesc='Switchboard Locale Plug' -arch=(x86_64) -url=https://github.com/elementary/switchboard-plug-locale -license=(GPL3) -depends=( - accountsservice - glib2 - gnome-desktop - gtk3 - libgee - libgranite.so - libibus - libswitchboard-2.0.so - polkit -) -makedepends=( - git - meson - vala -) -_tag=478b8e14b1ecd0dfa9ff2fce18ca428a9ef5136c -source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag}) -sha256sums=(SKIP) - -pkgver() { - cd switchboard-plug-locale - - git describe --tags -} - -build() { - arch-meson switchboard-plug-locale build - ninja -C build -} - -package() { - DESTDIR="${pkgdir}" ninja -C build install -} - -# vim: ts=2 sw=2 et: Copied: switchboard-plug-locale/repos/community-x86_64/PKGBUILD (from rev 1054660, switchboard-plug-locale/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-11-24 12:14:19 UTC (rev 1054661) @@ -0,0 +1,45 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=switchboard-plug-locale +pkgver=2.5.6 +pkgrel=1 +pkgdesc='Switchboard Locale Plug' +arch=(x86_64) +url=https://github.com/elementary/switchboard-plug-locale +license=(GPL3) +depends=( + accountsservice + glib2 + gnome-desktop + gtk3 + libgee + libgranite.so + libibus + libswitchboard-2.0.so + polkit +) +makedepends=( + git + meson + vala +) +_tag=1deedb4af291f6bf3f36356d0b6a3488798dc075 +source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag}) +sha256sums=(SKIP) + +pkgver() { + cd switchboard-plug-locale + + git describe --tags +} + +build() { + arch-meson switchboard-plug-locale build + ninja -C build +} + +package() { + DESTDIR="${pkgdir}" ninja -C build install +} + +# vim: ts=2 sw=2 et: