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

Felix Yan fyan at archlinux.org
Tue Nov 3 03:52:52 UTC 2015


    Date: Tuesday, November 3, 2015 @ 04:52:51
  Author: fyan
Revision: 145706

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

Added:
  libdsme/repos/community-i686/
  libdsme/repos/community-i686/PKGBUILD
    (from rev 145705, libdsme/trunk/PKGBUILD)
  libdsme/repos/community-x86_64/
  libdsme/repos/community-x86_64/PKGBUILD
    (from rev 145705, libdsme/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libdsme/repos/community-i686/PKGBUILD (from rev 145705, libdsme/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-03 03:52:51 UTC (rev 145706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme"
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+    ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+    ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}

Copied: libdsme/repos/community-x86_64/PKGBUILD (from rev 145705, libdsme/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-03 03:52:51 UTC (rev 145706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme"
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+    ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+    ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}



More information about the arch-commits mailing list