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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 23 19:46:08 UTC 2021


    Date: Friday, July 23, 2021 @ 19:46:08
  Author: felixonmars
Revision: 984823

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-23 19:45:53 UTC (rev 984822)
+++ PKGBUILD	2021-07-23 19:46:08 UTC (rev 984823)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=osdlyrics
-pkgver=0.4.3
-pkgrel=7
-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')
-makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('87906c0327e0c07180da44ee8672cd2a29ef376f7b5b27d70139684d400171e4')
-
-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 984822, osdlyrics/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-23 19:46:08 UTC (rev 984823)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=osdlyrics
+pkgver=0.5.5
+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=('6ff35572004b7fd09a0df729279103c6fe341854408b632a9ffc8b4dddcc0853')
+
+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