[arch-commits] Commit in lyx/trunk (PKGBUILD lyx.install)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:45:21
  Author: arojas
Revision: 268002

Hooks

Modified:
  lyx/trunk/PKGBUILD
Deleted:
  lyx/trunk/lyx.install

-+
 PKGBUILD|3 +--
 lyx.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:35:57 UTC (rev 268001)
+++ PKGBUILD2016-05-14 18:45:21 UTC (rev 268002)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org;
@@ -14,7 +14,6 @@
 'texlive-latexextra: float wrap support')
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
 options=('emptydirs')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)

Deleted: lyx.install
===
--- lyx.install 2016-05-14 18:35:57 UTC (rev 268001)
+++ lyx.install 2016-05-14 18:45:21 UTC (rev 268002)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  post_install
-}
-
-
-


[arch-commits] Commit in lyx/trunk (PKGBUILD lyx.install)

2014-04-17 Thread Ronald van Haren
Date: Thursday, April 17, 2014 @ 08:23:02
  Author: ronald
Revision: 211139

upgpkg: lyx 2.1.0-1

update to 2.1.0; handle hicolor icon files; add bc as builddep

Modified:
  lyx/trunk/PKGBUILD
  lyx/trunk/lyx.install

-+
 PKGBUILD|8 
 lyx.install |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-17 05:08:55 UTC (rev 211138)
+++ PKGBUILD2014-04-17 06:23:02 UTC (rev 211139)
@@ -3,13 +3,13 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=lyx
-pkgver=2.0.7.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
 url=http://www.lyx.org;
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
-makedepends=('boost')
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
 optdepends=('rcs: built-in version control system'
 'texlive-latexextra: float wrap support')
 license=('GPL')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)
-sha1sums=('fd24172f3b5daf42ad8d3ab3dbaafe2cefaf1c18'
+sha1sums=('8e31c4bb34db0424128ff5d35849805835010b31'
   'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 

Modified: lyx.install
===
--- lyx.install 2014-04-17 05:08:55 UTC (rev 211138)
+++ lyx.install 2014-04-17 06:23:02 UTC (rev 211139)
@@ -1,5 +1,6 @@
 post_install() {
   update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
 }
 
 post_upgrade() {