]> saetta.ns0.it Git - msys2/commitdiff
gcr: installazione docs; aggiustamenti file install.
authorAndrea Zagli <azagli@libero.it>
Sat, 11 Apr 2015 09:21:21 +0000 (11:21 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 11 Apr 2015 09:21:21 +0000 (11:21 +0200)
packages/mingw-w64-gcr/PKGBUILD
packages/mingw-w64-gcr/gcr-i686.install
packages/mingw-w64-gcr/gcr-x86_64.install

index 4d260596dc1803cfcefd5672de1c70bb41c540f9..27484139be01f7d961ad1cdfc592db94e03ef870 100644 (file)
@@ -3,7 +3,7 @@
 _realname=gcr
 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
 pkgver=3.15.92
-pkgrel=1
+pkgrel=2
 arch=('any')
 pkgdesc="Library for Crypto UI related task (mingw-w64)"
 depends=("${MINGW_PACKAGE_PREFIX}-gtk3"
@@ -36,6 +36,11 @@ build() {
   mkdir -p build-${MINGW_CHOST}
   cd build-${MINGW_CHOST}
 
+  mkdir -p docs/reference/gck/html
+  cp -rf ../${_realname}-${pkgver}/docs/reference/gck/html/* docs/reference/gck/html
+  mkdir -p docs/reference/gcr/html
+  cp -rf ../${_realname}-${pkgver}/docs/reference/gcr/html/* docs/reference/gcr/html
+
   ../${_realname}-${pkgver}/configure \
     --host=${MINGW_CHOST} \
     --target=${MINGW_CHOST} \
index e4ed9a77a0dfbe6af1117ec5764d3dd50452b8fe..ade5be5669d9fcfd65125ca64f2dffe481dc2ba2 100644 (file)
@@ -1,6 +1,6 @@
 post_install() {
     mingw32/bin/update-mime-database /mingw32/share/mime/
-    mingw32/bin/gtk-update-icon-cache -f -t /mingw32/share/icons/hicolor
+    mingw32/bin/gtk-update-icon-cache-3 -f -t /mingw32/share/icons/hicolor
     mingw32/bin/glib-compile-schemas /mingw32/share/glib-2.0/schemas
 }
 
index 377bb54d9b235eda18b1fc3aa7329ce2676af580..31167cee6c0c561b236b634f9a8833581ab88e4b 100644 (file)
@@ -1,6 +1,6 @@
 post_install() {
     mingw64/bin/update-mime-database /mingw64/share/mime/
-    mingw64/bin/gtk-update-icon-cache -f -t /mingw64/share/icons/hicolor
+    mingw64/bin/gtk-update-icon-cache-3 -f -t /mingw64/share/icons/hicolor
     mingw64/bin/glib-compile-schemas /mingw64/share/glib-2.0/schemas
 }