[arch-commits] Commit in libldm/repos/community-x86_64 (4 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Nov 17 15:21:40 UTC 2018
Date: Saturday, November 17, 2018 @ 15:21:40
Author: alucryd
Revision: 408554
archrelease: copy trunk to community-x86_64
Added:
libldm/repos/community-x86_64/PKGBUILD
(from rev 408553, libldm/trunk/PKGBUILD)
libldm/repos/community-x86_64/ldmtool.service
(from rev 408553, libldm/trunk/ldmtool.service)
Deleted:
libldm/repos/community-x86_64/PKGBUILD
libldm/repos/community-x86_64/ldmtool.service
-----------------+
PKGBUILD | 77 ++++++++++++++++++++++++++++--------------------------
ldmtool.service | 18 ++++++------
2 files changed, 50 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-17 15:21:33 UTC (rev 408553)
+++ PKGBUILD 2018-11-17 15:21:40 UTC (rev 408554)
@@ -1,36 +0,0 @@
-# $Id$
-# 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=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' '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')
-
-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 408553, libldm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-17 15:21:40 UTC (rev 408554)
@@ -0,0 +1,41 @@
+# 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=2
+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:
Deleted: ldmtool.service
===================================================================
--- ldmtool.service 2018-11-17 15:21:33 UTC (rev 408553)
+++ ldmtool.service 2018-11-17 15:21:40 UTC (rev 408554)
@@ -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 408553, libldm/trunk/ldmtool.service)
===================================================================
--- ldmtool.service (rev 0)
+++ ldmtool.service 2018-11-17 15:21:40 UTC (rev 408554)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Windows Dynamic Disks Mount
+Before=local-fs-pre.target
+DefaultDependencies=no
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/ldmtool create all
+
More information about the arch-commits
mailing list