mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/kompozer to 0.8b3-19
This commit is contained in:
parent
f0aa889b4c
commit
d89a7060f3
2 changed files with 6 additions and 6 deletions
|
@ -14,13 +14,13 @@
|
|||
|
||||
pkgname=kompozer
|
||||
pkgver=0.8b3
|
||||
pkgrel=18
|
||||
pkgrel=19
|
||||
pkgdesc="A Dreamweaver style WYSIWYG web editor; Nvu unofficial bug-fix release"
|
||||
arch=('x86_64' 'i686')
|
||||
license=('GPL')
|
||||
url="http://www.kompozer.net"
|
||||
depends=('gtk2' 'nss' 'libxt' 'libidl2' 'gnome-vfs' 'desktop-file-utils')
|
||||
makedepends=('zip' 'pkgconfig' 'pangox-compat' 'nss')
|
||||
depends=('gtk2' 'nss' 'libxt' 'libidl2')
|
||||
makedepends=('zip' 'pangox-compat')
|
||||
options=('!buildflags')
|
||||
source=("http://downloads.sourceforge.net/kompozer/${pkgname}-${pkgver}-src.tar.bz2"
|
||||
'kompozer.desktop'
|
||||
|
@ -39,7 +39,7 @@ source=("http://downloads.sourceforge.net/kompozer/${pkgname}-${pkgver}-src.tar.
|
|||
'12_arm_xpcom_optim.patch')
|
||||
sha256sums=('9dfef34e5941ce1e68e2f952c9783b281a74be226dad3ab1a2b1b8c99df5c5e3'
|
||||
'9c051098389cfe8cb0f2fa296022e9160417af7601d0f2543d22823ee3f230d9'
|
||||
'188ca29c3e0d15ebafe2c8cdc9b4daf9bec0d1b5477206590ddc7a02230d925d'
|
||||
'46ee83e2875129bab821ce5965ddb923683c9745b718f3c8689e9758c45df4b7'
|
||||
'bbab99625647ca678c3b399551c945647117f817f238905c9c0babe1db941773'
|
||||
'7319c26c9c16e3817377815d5cc9b2f490a49c5a51a5d3bee0f496a2931c64c1'
|
||||
'cefc169f14a02591d335cf4763e057284a3350edb2e4474fad0e92c5273e25fb'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- .mozconfig 2009-04-26 16:19:33.000000000 +0100
|
||||
+++ .mozconfig 1970-01-01 10:14:21.000000000 +0100
|
||||
@@ -1,85 +1,80 @@
|
||||
@@ -1,85 +1,79 @@
|
||||
-# Pulling Composer from the 1.8 Mozilla branch (cvs)
|
||||
-#$ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r MOZILLA_1_8_BRANCH mozilla/client.mk
|
||||
-#$ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r FIREFOX_2_0_0_20_RELEASE mozilla/client.mk
|
||||
|
@ -114,7 +114,7 @@
|
|||
+ac_add_options --with-system-jpeg
|
||||
+ac_add_options --with-system-zlib
|
||||
|
||||
ac_add_options --enable-gnomevfs
|
||||
-ac_add_options --enable-gnomevfs
|
||||
-ac_add_options --enable-xinerama
|
||||
ac_add_options --enable-single-profile
|
||||
ac_add_options --disable-profilesharing
|
||||
|
|
Loading…
Reference in a new issue