[arch-commits] Commit in osdlyrics/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 8 19:48:28 UTC 2021


    Date: Sunday, August 8, 2021 @ 19:48:28
  Author: felixonmars
Revision: 995691

archrelease: copy trunk to community-x86_64

Added:
  osdlyrics/repos/community-x86_64/PKGBUILD
    (from rev 995690, osdlyrics/trunk/PKGBUILD)
Deleted:
  osdlyrics/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 19:48:20 UTC (rev 995690)
+++ PKGBUILD	2021-08-08 19:48:28 UTC (rev 995691)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=osdlyrics
-pkgver=0.5.6
-pkgrel=1
-pkgdesc="A lyric show compatible with various media players"
-arch=('x86_64')
-url="https://github.com/osdlyrics/osdlyrics"
-license=('GPL3')
-depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
-         'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
-makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c00c9dc2ec792009752d0e6f314e48aa941063c8e09440ccb499ceb861ddf0a1')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # -Werror is really quite annoying
-  ## automake: warning: possible forward-incompatibility.
-  ## automake: At least a source file is in a subdirectory, but the 'subdir-objects'
-  ## automake: automake option hasn't been enabled.
-  sed -i 's/-Werror//g' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: osdlyrics/repos/community-x86_64/PKGBUILD (from rev 995690, osdlyrics/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 19:48:28 UTC (rev 995691)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=osdlyrics
+pkgver=0.5.7
+pkgrel=1
+pkgdesc="A lyric show compatible with various media players"
+arch=('x86_64')
+url="https://github.com/osdlyrics/osdlyrics"
+license=('GPL3')
+depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
+         'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
+makedepends=('intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('491c1a6e78fcd211528031f84fcb6a80e41c60028a430080a9ee77053ffefd58')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # -Werror is really quite annoying
+  ## automake: warning: possible forward-incompatibility.
+  ## automake: At least a source file is in a subdirectory, but the 'subdir-objects'
+  ## automake: automake option hasn't been enabled.
+  sed -i 's/-Werror//g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list