[arch-commits] Commit in libldm/repos/community-x86_64 (4 files)

Maxime Gauduin alucryd at archlinux.org
Tue Mar 24 12:39:53 UTC 2020


    Date: Tuesday, March 24, 2020 @ 12:39:53
  Author: alucryd
Revision: 603807

archrelease: copy trunk to community-x86_64

Added:
  libldm/repos/community-x86_64/PKGBUILD
    (from rev 603806, libldm/trunk/PKGBUILD)
  libldm/repos/community-x86_64/ldmtool.service
    (from rev 603806, libldm/trunk/ldmtool.service)
Deleted:
  libldm/repos/community-x86_64/PKGBUILD
  libldm/repos/community-x86_64/ldmtool.service

-----------------+
 PKGBUILD        |  101 ++++++++++++++++++++++++++++++++----------------------
 ldmtool.service |   22 ++++++-----
 2 files changed, 73 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 12:39:47 UTC (rev 603806)
+++ PKGBUILD	2020-03-24 12:39:53 UTC (rev 603807)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Chris Severance <aur.severach at spamgourmet.com>
-# Contributor: Neal Buchanan <neal.buchanan at gmx.com>
-
-pkgname=libldm
-pkgver=0.2.4
-pkgrel=3
-pkgdesc='A tool and library for managing Microsoft Windows Dynamic Disks'
-arch=('x86_64')
-url='https://github.com/mdbooth/libldm'
-license=('GPL3' 'LGPL3')
-depends=('device-mapper' 'glib2' 'json-glib' 'zlib'
-         'libreadline.so' 'libuuid.so')
-makedepends=('git' 'gtk-doc')
-provides=('ldmtool' 'libldm-1.0.so')
-conflicts=('ldmtool')
-source=("git+https://github.com/mdbooth/libldm.git#tag=libldm-${pkgver}"
-        'ldmtool.service')
-sha256sums=('SKIP'
-            '7feca8b7b8561b2572e23c82a889fd665a25aabddfed336caf13c4bcb053d99e')
-
-prepare() {
-  cd libldm
-
-  git cherry-pick -n ee1b37a034038f09d61b121cc8b3651024acc46f # FS#60486
-}
-
-build() {
-  cd libldm
-
-  ./autogen.sh \
-    --prefix='/usr'
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libldm install
-  install -Dm 644 ldmtool.service -t "${pkgdir}"/usr/lib/systemd/system/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libldm/repos/community-x86_64/PKGBUILD (from rev 603806, libldm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-24 12:39:53 UTC (rev 603807)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Chris Severance <aur.severach at spamgourmet.com>
+# Contributor: Neal Buchanan <neal.buchanan at gmx.com>
+
+pkgname=libldm
+pkgver=0.2.4.r20.a856552
+pkgrel=1
+pkgdesc='A tool and library for managing Microsoft Windows Dynamic Disks'
+arch=(x86_64)
+url=https://github.com/mdbooth/libldm
+license=(
+  GPL3
+  LGPL3
+)
+depends=(
+  device-mapper
+  glib2
+  json-glib
+  libreadline.so
+  libuuid.so
+  zlib
+)
+makedepends=(
+  git
+  gtk-doc
+)
+provides=(
+  ldmtool
+  libldm-1.0.so
+)
+conflicts=(ldmtool)
+source=(
+  git+https://github.com/mdbooth/libldm.git#commit=a856552670944b4dbb28740aa42e58ffa8434803
+  ldmtool.service
+)
+sha256sums=(
+  SKIP
+  bc191523e702b9f8813d93f9e37693e6b97d9adf7eada5463c29fbf1b46c6f2a
+)
+
+pkgver() {
+  cd libldm
+
+  git describe --tags | sed 's/^libldm-//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cd libldm
+
+  ./autogen.sh \
+    --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libldm install
+  install -Dm 644 ldmtool.service -t "${pkgdir}"/usr/lib/systemd/system/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: ldmtool.service
===================================================================
--- ldmtool.service	2020-03-24 12:39:47 UTC (rev 603806)
+++ ldmtool.service	2020-03-24 12:39:53 UTC (rev 603807)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Windows Dynamic Disks Mount
-Before=local-fs-pre.target
-DefaultDependencies=no
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/ldmtool create all
-

Copied: libldm/repos/community-x86_64/ldmtool.service (from rev 603806, libldm/trunk/ldmtool.service)
===================================================================
--- ldmtool.service	                        (rev 0)
+++ ldmtool.service	2020-03-24 12:39:53 UTC (rev 603807)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Windows Dynamic Disk Mount
+Before=local-fs-pre.target
+DefaultDependencies=no
+
+[Service]
+Type=simple
+User=root
+ExecStart=/usr/bin/ldmtool create all
+
+[Install]
+WantedBy=local-fs-pre.target
+



More information about the arch-commits mailing list