Date: Wednesday, April 5, 2023 @ 20:59:25
  Author: freswa
Revision: 1438014

archrelease: copy trunk to community-any

Added:
  solaar/repos/community-any/PKGBUILD
    (from rev 1438013, solaar/trunk/PKGBUILD)
  solaar/repos/community-any/keys/
Deleted:
  solaar/repos/community-any/PKGBUILD
  solaar/repos/community-any/keys/

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-05 20:59:21 UTC (rev 1438013)
+++ PKGBUILD    2023-04-05 20:59:25 UTC (rev 1438014)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Arnaud Taffanel <[email protected]>
-# Contributor: Victor Häggqvist <aur a snilius d com>
-
-_name=Solaar
-pkgname=solaar
-pkgver=1.1.8
-pkgrel=1
-pkgdesc="Linux device manager for a wide range of Logitech devices"
-url="https://pwr-solaar.github.io/Solaar/";
-license=('GPL2')
-arch=('any')
-depends=(
-  gtk3 libnotify
-  python-{dbus,evdev,gobject,hid-parser,psutil,pyudev,xlib,yaml}
-)
-makedepends=(git python-build python-installer python-setuptools python-wheel)
-optdepends=('libayatana-appindicator: Display tray icon')
-source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed";)
-sha512sums=('SKIP')
-validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) <[email protected]>
-
-prepare() {
-  cd ${_name}
-  tools/po-compile.sh
-}
-
-build() {
-  cd ${_name}
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd ${_name}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # udev
-  rm -rf "${pkgdir}/etc"
-  install -vDm 644 rules.d/42-logitech-unify-permissions.rules \
-    -t "${pkgdir}/usr/lib/udev/rules.d/"
-  # docs
-  install -vDm 644 {ChangeLog.md,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: solaar/repos/community-any/PKGBUILD (from rev 1438013, 
solaar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-05 20:59:25 UTC (rev 1438014)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Arnaud Taffanel <[email protected]>
+# Contributor: Victor Häggqvist <aur a snilius d com>
+
+_name=Solaar
+pkgname=solaar
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="Linux device manager for a wide range of Logitech devices"
+url="https://pwr-solaar.github.io/Solaar/";
+license=('GPL2')
+arch=('any')
+depends=(
+  gtk3 libnotify
+  python-{dbus,evdev,gobject,hid-parser,psutil,pyudev,xlib,yaml}
+)
+makedepends=(git python-build python-installer python-setuptools python-wheel)
+optdepends=('libayatana-appindicator: Display tray icon')
+source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed";)
+sha512sums=('SKIP')
+validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) <[email protected]>
+
+prepare() {
+  cd ${_name}
+  tools/po-compile.sh
+}
+
+build() {
+  cd ${_name}
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd ${_name}
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # udev
+  rm -rf "${pkgdir}/etc"
+  install -vDm 644 rules.d/42-logitech-unify-permissions.rules \
+    -t "${pkgdir}/usr/lib/udev/rules.d/"
+  # docs
+  install -vDm 644 {ChangeLog.md,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:

Reply via email to