Date: Friday, December 16, 2022 @ 15:54:30
  Author: kpcyrd
Revision: 1359601

archrelease: copy trunk to community-x86_64

Added:
  spotify-launcher/repos/community-x86_64/PKGBUILD
    (from rev 1359600, spotify-launcher/trunk/PKGBUILD)
  spotify-launcher/repos/community-x86_64/keys/
Deleted:
  spotify-launcher/repos/community-x86_64/PKGBUILD
  spotify-launcher/repos/community-x86_64/keys/

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-16 15:54:13 UTC (rev 1359600)
+++ PKGBUILD    2022-12-16 15:54:30 UTC (rev 1359601)
@@ -1,53 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=spotify-launcher
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
-url='https://github.com/kpcyrd/spotify-launcher'
-arch=('x86_64')
-license=('MIT' 'Apache')
-depends=('sequoia-sqv' 'zenity' 'alsa-lib>=1.0.14' 'gtk3' 'libxss' 
'desktop-file-utils' 'openssl' 'nss' 'at-spi2-atk' 'libcurl-gnutls' 'libsm')
-makedepends=('cargo')
-backup=('etc/spotify-launcher.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-b2sums=('a4726367c8fd20889336250ada447552cd06ee1cf799406456c2aaa3756c8b2105c2cbbd0289ba6e42eae04d3be454815fdd15b87fbf1629692068c20550c787'
-        'SKIP')
-options=('!lto')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --frozen
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-    target/release/spotify-launcher
-  install -Dm 644 data/pubkey_5E3C45D7B312C643.gpg \
-    "${pkgdir}/usr/share/spotify-launcher/keyring.pgp"
-
-  install -Dm644 contrib/spotify-launcher.desktop -t 
"${pkgdir}/usr/share/applications"
-  install -Dm644 contrib/icons/spotify-linux-512.png 
"${pkgdir}/usr/share/pixmaps/spotify-launcher.png"
-  install -Dm644 contrib/spotify-launcher.conf -t "${pkgdir}/etc"
-
-  for size in 22 24 32 48 64 128 256 512; do
-    install -Dm644 "contrib/icons/spotify-linux-${size}.png" \
-      
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/spotify-launcher.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: spotify-launcher/repos/community-x86_64/PKGBUILD (from rev 1359600, 
spotify-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-16 15:54:30 UTC (rev 1359601)
@@ -0,0 +1,53 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=spotify-launcher
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
+url='https://github.com/kpcyrd/spotify-launcher'
+arch=('x86_64')
+license=('MIT' 'Apache')
+depends=('sequoia-sqv' 'zenity' 'alsa-lib>=1.0.14' 'gtk3' 'libxss' 
'desktop-file-utils' 'openssl' 'nss' 'at-spi2-atk' 'libcurl-gnutls' 'libsm')
+makedepends=('cargo')
+backup=('etc/spotify-launcher.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+        
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+b2sums=('eb888650913878f831bb6170be461e4b4c9f07a585ace16092f2963f11418bdaf5b910c8848dacd0f5f70061e3c5d4bede5019e049b80d2669e41c5839b2c7e4'
+        'SKIP')
+options=('!lto')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --frozen
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 -t "${pkgdir}/usr/bin" \
+    target/release/spotify-launcher
+  install -Dm 644 data/pubkey_5E3C45D7B312C643.gpg \
+    "${pkgdir}/usr/share/spotify-launcher/keyring.pgp"
+
+  install -Dm644 contrib/spotify-launcher.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm644 contrib/icons/spotify-linux-512.png 
"${pkgdir}/usr/share/pixmaps/spotify-launcher.png"
+  install -Dm644 contrib/spotify-launcher.conf -t "${pkgdir}/etc"
+
+  for size in 22 24 32 48 64 128 256 512; do
+    install -Dm644 "contrib/icons/spotify-linux-${size}.png" \
+      
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/spotify-launcher.png"
+  done
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to