This commit is contained in:
Rmys
2019-01-01 23:47:23 +03:00
parent e14a691a72
commit 16c3d125fb
2 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+27 -3
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Disk Management Service</Summary>
<Description>udisks provides a daemon, API and command line tools for managing disk devices attached to the system.</Description>
<Archive sha1sum="8e38580b435986570bb7b784facf387757d2de43" type="tarbz2">https://udisks.freedesktop.org/releases/udisks-2.1.8.tar.bz2</Archive>
<Archive sha1sum="e69fc1a417f4d5e116487ca735bbef89e96cc0f4" type="tarbz2">https://github.com/storaged-project/udisks/releases/download/udisks-2.8.1/udisks-2.8.1.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
</AdditionalFiles>
@@ -33,8 +33,13 @@
<Dependency>ntfsprogs</Dependency> <!-- For mkntfs -->
<Dependency>dosfstools</Dependency> <!-- For mkfs.vfat -->
<Dependency>docbook-xsl</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>mdadm</Dependency>
<Dependency>intltool</Dependency>
<Dependency>ntfs-3g</Dependency>
<Dependency>gptfdisk</Dependency>
<Dependency>btrfs-progs-devel</Dependency>
<Dependency>libblockdev-devel</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">udisks-2.0.91-udf-dvd-fix-dmask.patch</Patch-->
@@ -61,6 +66,8 @@
<!--Dependency>xfsprogs</Dependency> < For mkfs.xfs, xfs_admin -->
<Dependency>sg3_utils</Dependency>
<!--Dependency>smp_utils</Dependency> <For smp_rep_manufacturer -->
<Dependency>libblockdev</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/udisks2</Path>
@@ -74,7 +81,6 @@
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="doc">/usr/share/gtk-doc/</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/polkit-1/</Path>
<Path fileType="man">/usr/share/man</Path>
@@ -83,6 +89,17 @@
<Path fileType="data">/usr/share/dbus-1/interfaces/*.xml</Path>
</Files>
</Package>
<Package>
<Name>udisks2-docs</Name>
<Summary>Development files for udisks2</Summary>
<RuntimeDependencies>
<Dependency release="current">udisks2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>udisks2-devel</Name>
@@ -97,6 +114,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-12-26</Date>
<Version>2.8.1</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-13</Date>
<Version>2.1.8</Version>