[arch-commits] Commit in libdmapsharing/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue Mar 14 10:31:33 UTC 2017


    Date: Tuesday, March 14, 2017 @ 10:31:33
  Author: heftig
Revision: 290830

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libdmapsharing/repos/extra-i686/PKGBUILD
    (from rev 290829, libdmapsharing/trunk/PKGBUILD)
  libdmapsharing/repos/extra-x86_64/PKGBUILD
    (from rev 290829, libdmapsharing/trunk/PKGBUILD)
Deleted:
  libdmapsharing/repos/extra-i686/PKGBUILD
  libdmapsharing/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 ------------------------
 extra-x86_64/PKGBUILD |   36 ------------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-03-14 10:30:52 UTC (rev 290829)
+++ extra-i686/PKGBUILD	2017-03-14 10:31:33 UTC (rev 290830)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libdmapsharing
-pkgver=2.9.36+1+g6b3d20e
-pkgrel=1
-pkgdesc="A library that implements the DMAP family of protocols"
-arch=(i686 x86_64)
-url="http://www.flyn.org/projects/libdmapsharing/index.html"
-license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc)
-_commit=6b3d20ec55b0fe69218e873a35871b93679c6c4f
-source=("git://git.gnome.org/libdmapsharing#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmapsharing/repos/extra-i686/PKGBUILD (from rev 290829, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-03-14 10:31:33 UTC (rev 290830)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.37+1+ge9fe3e0
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+arch=(i686 x86_64)
+url="http://www.flyn.org/projects/libdmapsharing/index.html"
+license=(LGPL2.1)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc gobject-introspection)
+_commit=e9fe3e0416e7491eda100f372c7a3cd97183f60b  # master
+source=("git+https://git.gnome.org/browse/libdmapsharing#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-03-14 10:30:52 UTC (rev 290829)
+++ extra-x86_64/PKGBUILD	2017-03-14 10:31:33 UTC (rev 290830)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libdmapsharing
-pkgver=2.9.36+1+g6b3d20e
-pkgrel=1
-pkgdesc="A library that implements the DMAP family of protocols"
-arch=(i686 x86_64)
-url="http://www.flyn.org/projects/libdmapsharing/index.html"
-license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc)
-_commit=6b3d20ec55b0fe69218e873a35871b93679c6c4f
-source=("git://git.gnome.org/libdmapsharing#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmapsharing/repos/extra-x86_64/PKGBUILD (from rev 290829, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-03-14 10:31:33 UTC (rev 290830)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.37+1+ge9fe3e0
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+arch=(i686 x86_64)
+url="http://www.flyn.org/projects/libdmapsharing/index.html"
+license=(LGPL2.1)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc gobject-introspection)
+_commit=e9fe3e0416e7491eda100f372c7a3cd97183f60b  # master
+source=("git+https://git.gnome.org/browse/libdmapsharing#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list