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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 29 15:25:52 UTC 2022


    Date: Friday, July 29, 2022 @ 15:25:51
  Author: felixonmars
Revision: 1259106

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-29 15:25:40 UTC (rev 1259105)
+++ PKGBUILD	2022-07-29 15:25:51 UTC (rev 1259106)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=osdlyrics
-pkgver=0.5.10
-pkgrel=2
-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=('fabc16c75aa48e013dfc2a219b7c32438ba04c0f6e86b9094facd96e8b1fb30f')
-
-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 1259105, osdlyrics/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-29 15:25:51 UTC (rev 1259106)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=osdlyrics
+pkgver=0.5.11
+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=('1619502c8bd6f3dd98fe7cb88b591b27284eccd4cc7f7735d0265b9a8dda2052')
+
+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