forked from ports/contrib
libblockdev: 3.0.2 -> 3.0.3
This commit is contained in:
parent
0fd47278df
commit
8b2ec0eb19
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF39SE4kBKIEK29ferzYC2AFTpheiYLbtkGE0+31gXGFmpeyAb0lf0kJwDFnKPFyzgpplSTjqvt2qk0LZ5kTtUwg0=
|
RWSagIOpLGJF33AunSW54gG5HkfXuWlRiGr1sIVdc8KGEm1rksfpbk62mLHI7mF/dsS/6He0nEacfiZmPRzaagweu9EC4hcsKgI=
|
||||||
SHA256 (Pkgfile) = cc94c2bd730d730461e926773156447dba5c4938d3609d9d61c05a405f28abd8
|
SHA256 (Pkgfile) = 00060593eeb85307440f8e352586e5c933272a53a721a12c02b2dc47a40a787e
|
||||||
SHA256 (.footprint) = f7c7371987cdda8491080ddd04429c76b3ee1848db64deb069037178f9f00a57
|
SHA256 (.footprint) = f7c7371987cdda8491080ddd04429c76b3ee1848db64deb069037178f9f00a57
|
||||||
SHA256 (libblockdev-3.0.2.tar.gz) = 7aff7c762abe7585fac0ea335ea5eefced6688515cc5a0b9c1a18003246af079
|
SHA256 (libblockdev-3.0.3.tar.gz) = 0f2872830293f3e222832903d80de4c38e06a9c3ea18915b3263272a72095ea8
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: gobject-introspection libbytesize libyaml ndctl nvme-cli parted volume_key
|
# Depends on: gobject-introspection libbytesize libyaml ndctl nvme-cli parted volume_key
|
||||||
|
|
||||||
name=libblockdev
|
name=libblockdev
|
||||||
version=3.0.2
|
version=3.0.3
|
||||||
release=1
|
release=1
|
||||||
source=(https://github.com/storaged-project/$name/releases/download/$version-1/$name-$version.tar.gz)
|
source=(https://github.com/storaged-project/$name/releases/download/$version-1/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
diff --git a/docs/Makefile.am b/docs/Makefile.am
|
|
||||||
index 96e0125..3851353 100644
|
|
||||||
--- a/docs/Makefile.am
|
|
||||||
+++ b/docs/Makefile.am
|
|
||||||
@@ -2,7 +2,7 @@ all-local: html-doc.stamp
|
|
||||||
|
|
||||||
html-doc.stamp: ${srcdir}/libblockdev-docs.xml ${srcdir}/libblockdev-sections.txt $(wildcard ${srcdir}/../src/plugins/*.[ch]) $(wildcard ${srcdir}/../src/lib/*.[ch]) $(wildcard ${srcdir}/../src/utils/*.[ch])
|
|
||||||
touch ${builddir}/html-doc.stamp
|
|
||||||
- test ${builddir} == ${srcdir} || cp ${srcdir}/libblockdev-sections.txt ${srcdir}/libblockdev-docs.xml ${builddir}
|
|
||||||
+ test ${builddir} = ${srcdir} || cp ${srcdir}/libblockdev-sections.txt ${srcdir}/libblockdev-docs.xml ${builddir}
|
|
||||||
gtkdoc-scan --rebuild-types --module=libblockdev --source-dir=${srcdir}/../src/plugins/ --source-dir=${srcdir}/../src/lib/ --source-dir=${srcdir}/../src/utils/
|
|
||||||
gtkdoc-mkdb --module=libblockdev --output-format=xml --source-dir=${srcdir}/../src/plugins/ --source-dir=${srcdir}/../src/lib/ --source-dir=${srcdir}/../src/utils/ --source-suffixes=c,h
|
|
||||||
test -d ${builddir}/html || mkdir ${builddir}/html
|
|
||||||
@@ -13,7 +13,7 @@ clean-local:
|
|
||||||
-rm -rf ${builddir}/html
|
|
||||||
-rm -rf ${builddir}/xml
|
|
||||||
test ! -f ${builddir}/html-doc.stamp || rm ${builddir}/html-doc.stamp
|
|
||||||
- test ${builddir} == ${srcdir} || rm -f ${builddir}/libblockdev-sections.txt ${builddir}/libblockdev-docs.xml
|
|
||||||
+ test ${builddir} = ${srcdir} || rm -f ${builddir}/libblockdev-sections.txt ${builddir}/libblockdev-docs.xml
|
|
||||||
|
|
||||||
install-data-local:
|
|
||||||
test -d ${DESTDIR}${datadir}/gtk-doc/html/libblockdev || mkdir -p ${DESTDIR}${datadir}/gtk-doc/html/libblockdev
|
|
Loading…
x
Reference in New Issue
Block a user