mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:37:48 +08:00
Merge branch 'master' of ssh://git.chakraos.org:22/desktop
This commit is contained in:
commit
b931c45365
@ -4,28 +4,17 @@ source ../kdeapps.conf
|
||||
pkgname=chakra-common
|
||||
arch=('x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Common configuration files, scripts and artwork"
|
||||
url="http://www.chakraos.org"
|
||||
license=('GPL'
|
||||
'BSD')
|
||||
options=('!debug'
|
||||
'strip')
|
||||
groups=("kde"
|
||||
"kde-minimal"
|
||||
"kde-uninstall")
|
||||
license=('GPL' 'BSD')
|
||||
options=('!debug' 'strip')
|
||||
groups=("kde" "kde-minimal" "kde-uninstall")
|
||||
depends=("qt5-base"
|
||||
'pinentry'
|
||||
'openssh'
|
||||
'bash>=4.2'
|
||||
'glibc>=2.15')
|
||||
provides=('kde-common'
|
||||
'tcp_wrappers'
|
||||
'chakra-paste')
|
||||
replaces=('kde-common'
|
||||
'chakra-paste')
|
||||
conflicts=('kde-common'
|
||||
'chakra-paste')
|
||||
install=chakra-common.install
|
||||
source=('http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.8.6.tar.gz'
|
||||
'servicemenu-copy-path.desktop'
|
||||
@ -52,7 +41,8 @@ source=('http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu
|
||||
'agent-startup.sh'
|
||||
'agent-shutdown.sh'
|
||||
'chakra-helper.sh'
|
||||
'kde4.sh')
|
||||
'kde4.sh'
|
||||
'chakra-check-links.sh::http://git.chakraos.org/buildsystem.git/blob_plain/HEAD:/chakra/bin/check_links.sh')
|
||||
# skipping chakra-paste because gitorious has issues with wget
|
||||
# 'https://gitorious.org/chakra-paste/chakra-paste/archive/05f0a884a4de1460309ee95d678eb034c4c964b5.tar.gz'
|
||||
sha256sums=('9b2cdc947f1da2c56d0f009ff470f7aa9021f214a2470c33ee4628281b7c1163'
|
||||
@ -80,7 +70,8 @@ sha256sums=('9b2cdc947f1da2c56d0f009ff470f7aa9021f214a2470c33ee4628281b7c1163'
|
||||
'15dbeea94793a9d6922f7c5fed107f63d5b2b5715c12874f0884e4dc5905d5c6'
|
||||
'80da5b02a11ff9471775b2173a8c251d649d292a0c822469be43a5227b403444'
|
||||
'9e0c9408c9bc12aeca2fd66a4723b57a6878307ba956df7cca43f8112dd71429'
|
||||
'7e4ae4587973d6cc253b20ff7573ac25801f148f794a9000901c5137cd4780b3')
|
||||
'7e4ae4587973d6cc253b20ff7573ac25801f148f794a9000901c5137cd4780b3'
|
||||
'2cacce6574ec50b8038a5be6fa7afeebed394f697ca362f4de41835f877e1133')
|
||||
|
||||
|
||||
package() {
|
||||
@ -140,8 +131,11 @@ package() {
|
||||
install -m644 Chakra.directory ${pkgdir}/usr/share/desktop-directories/
|
||||
|
||||
# chakra-paste
|
||||
# install -D -m777 chakra-paste-chakra-paste/chakra-paste "${pkgdir}/usr/bin/chakra-paste"
|
||||
#install -Dm755 chakra-paste-chakra-paste/chakra-paste "${pkgdir}/usr/bin/chakra-paste"
|
||||
|
||||
# chakra-helper
|
||||
install -D -m777 chakra-helper.sh "${pkgdir}/usr/bin/chakra-helper"
|
||||
install -Dm755 chakra-helper.sh "${pkgdir}/usr/bin/chakra-helper"
|
||||
|
||||
# chakra-check-links
|
||||
install -Dm755 chakra-check-links.sh "${pkgdir}/usr/bin/chakra-check-links"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=frostwire
|
||||
pkgver=6.1.7
|
||||
pkgver=6.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="BitTorrent client with integrated search"
|
||||
arch=('x86_64')
|
||||
@ -12,9 +12,9 @@ categories=('network')
|
||||
source=("http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz"
|
||||
'frostwire.sh'
|
||||
'frostwire.png')
|
||||
sha512sums=('a72235b06df76f66af852f344d22824f127246da994558cccac27e409ed1b5b4f0c75390c01db64d3e03a0c469067b510cf43def528505ebcd693a0e508f7155'
|
||||
'ef228e47880ed75a409b055601cabd6dfef6ebe3d451c2b01dee76dbf1ca5b4188df7138dc11b1bc7ad38a2c26eeb9d2eff4aca782938063d5ebc823f7eea9f2'
|
||||
'398b50d5b84c25a6b9f9fada275a57bac067fc9683f4cdb2e9bad0026e83da953a9973de257fee4ae686a622eea343ce2603b3a535dd8a46e71a5d975eed7ee1')
|
||||
sha1sums=('1e84fb0ec105bcede9448f14b70bbef8413b683a'
|
||||
'714de391242da05375b39f632e6d8348ccbafcac'
|
||||
'fb5cafa9ca8b9666c2c9940ba7d6adbdfbc00743')
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver.noarch
|
||||
|
27
icc_examin/PKGBUILD
Normal file
27
icc_examin/PKGBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
pkgname=icc_examin
|
||||
pkgver=0.55
|
||||
pkgrel=1
|
||||
pkgdesc="ICC Examin is a colour management utility."
|
||||
url="http://oyranos.org/"
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
makedepends=()
|
||||
depends=('ftgl' 'fltk' 'openicc' 'oyranos' 'elektra')
|
||||
source=("http://prdownloads.sourceforge.net/oyranos/$pkgname-$pkgver.tar.bz2")
|
||||
sha1sums=('3d446ef28c808671d3670967d57bec3af0e1f7e0')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--enable-threads \
|
||||
--enable-xft \
|
||||
--enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Pafrape <pafrape@free.fr
|
||||
|
||||
pkgname=kfoldersync
|
||||
pkgver=3.1.0
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Folder synchronization tool"
|
||||
arch=('x86_64')
|
||||
@ -13,7 +13,7 @@ depends=('kcoreaddons' 'kdbusaddons' 'ki18n' 'kio' 'knotifications' 'kxmlgui')
|
||||
makedepends=('cmake' 'gettext' 'extra-cmake-modules')
|
||||
license=('GPLv2')
|
||||
source=("http://kde-apps.org/CONTENT/content-files/164092-$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('6442e7fd9b2a2b0e64e11b9241a608832c01019f0d8edb912b61cce11d6e5915')
|
||||
sha256sums=('87dcd66851629ed5420bd7d75da47c7ac9a2f93e263b8ce4f6ac276ad843037f')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -1,22 +1,21 @@
|
||||
pkgname=kwave
|
||||
pkgver=0.9.0
|
||||
pkgrel=2
|
||||
pkgver=0.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="A sound editor for KDE"
|
||||
arch=('x86_64')
|
||||
url="http://kwave.sourceforge.net/"
|
||||
license=('GPL')
|
||||
depends=('audiofile>=0.3.0' 'flac' 'fftw' 'kdelibs' 'libvorbis' 'id3lib' 'libsamplerate' 'libmad' 'opus>=1.0')
|
||||
makedepends=('cmake' 'poxml' 'gettext' 'imagemagick' 'automoc4' 'docbook-xsl' 'librsvg')
|
||||
depends=('audiofile' 'flac' 'fftw' 'plasma-framework' 'libvorbis' 'id3lib' 'libsamplerate' 'libmad' 'opus' 'qt5-multimedia' 'kdoctools' 'kinit' 'qt5-base')
|
||||
makedepends=('cmake' 'poxml' 'gettext' 'imagemagick' 'automoc4' 'docbook-xsl' 'librsvg' 'extra-cmake-modules')
|
||||
categories=('multimedia')
|
||||
screenshot=('http://kde-apps.org/CONTENT/content-pre1/11781-1.png')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-1.tar.bz2)
|
||||
md5sums=('e37a365d3655b48cb46e9336bf422e74')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-1.tar.bz2)
|
||||
md5sums=('414ff3024368a1aea8af8d5ad1d784be')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
mkdir -p build && cd build
|
||||
|
||||
cmake "../${pkgname}-${pkgver}" -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
cmake "../$pkgname-$pkgver" -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=/usr/lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_PULSEAUDIO=OFF \
|
||||
@ -26,6 +25,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
cd build/
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=libechonest
|
||||
pkgver=2.3.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="C++ library for interfacing with Echo Nest"
|
||||
arch=('x86_64')
|
||||
url="https://projects.kde.org/projects/playground/libs/libechonest"
|
||||
@ -8,7 +8,6 @@ license=('GPL')
|
||||
depends=('qt5-base')
|
||||
makedepends=('cmake')
|
||||
conflicts=('libechonest-qt4')
|
||||
replaces=('libechonest-qt4')
|
||||
source=(http://files.lfranchi.com/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('9d7245c71e707651a7054ce6f0d90b9a62004b23')
|
||||
|
||||
@ -32,4 +31,4 @@ build() {
|
||||
package() {
|
||||
cd "build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
}
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
pkgbase="libreoffice-i18n"
|
||||
|
||||
_rcver=5.0.5.2
|
||||
pkgver=5.0.5
|
||||
pkgrel=1
|
||||
_rcver=5.1.0.3
|
||||
pkgver=5.1.0
|
||||
pkgrel=2
|
||||
depends=("libreoffice-common>=$pkgver")
|
||||
|
||||
_oodlver=${pkgver}
|
||||
@ -183,169 +183,169 @@ for _lang in "${_languages[@]}"; do
|
||||
_package $_lang
|
||||
}"
|
||||
done
|
||||
md5sums=('4fd58362b4a6c7cc2277fa363d614090'
|
||||
'a862432ff8772d2873a97cbf8499325e'
|
||||
'1ec4a6bd84a40eb6c0b8fa0e43d5a80e'
|
||||
'fc1a4055ef6cd834d42e6d534b9c6ad4'
|
||||
'3f031d539af8f00420d66eede9e7134d'
|
||||
'9b6d5422db3255f22108eec7dfb28191'
|
||||
'320babcbdd0e3a05788f6064ae24b9f0'
|
||||
'7e4c823e2152ee6c60ea4d9551d29745'
|
||||
'5224f9bfb716992c1836e352a47c912e'
|
||||
'c154c33f09a8e83d0c1a06d134cf9db4'
|
||||
'8261968f5dda951fea898fb63500416d'
|
||||
'9d58270c36613a696cb336068005b087'
|
||||
'd318533e134f192599c6b8f39e04482d'
|
||||
'90884a2016405662216cca7e0076b714'
|
||||
'0eaa81a45328fb4f52976d5d4935cbfe'
|
||||
'b2be6c149d9c6f24339cbb8e50b81add'
|
||||
'c29d73cf24bca9fc97c6ef277cf17fbf'
|
||||
'e4308dd11f9fc00bb9966334efa8be10'
|
||||
'039320a9e90ceb0ba42809587a96e146'
|
||||
'42df21a046abec591290dff22acec987'
|
||||
'fbf05518f2eda3f0aa2bffadd380ce31'
|
||||
'11c13f8f2045579946c74dbb0335a56e'
|
||||
'18a77ea66f5ac7ef92e16cbf055f05c8'
|
||||
'998743927e67a85056a67279e5629058'
|
||||
'7724ddd86d60fb23b498f255ecb0a32c'
|
||||
'cc74d60dadf33bf14a2c4d837d82cae0'
|
||||
'57807446fb4f44b6c85f2c396e1fb2a9'
|
||||
'70931d23cac1d3008556cc53f8e69549'
|
||||
'85afed3f083521921d0258554112a66b'
|
||||
'4d5577cab1f02ea2a315b62a740eebd7'
|
||||
'bf8df40c0a0002e0595c4b6aa7fa8156'
|
||||
'1ce695bd8d340ec9b5a02eab8daa73a6'
|
||||
'81b354ad3ac37ca5171e9b0b6a9fcf2b'
|
||||
'a538d583cdda4653f52de8c9b3f68d50'
|
||||
'3f56492d16f664c8595773cd7fe20fa8'
|
||||
'f50230b85778f8e9db7365aa04c460ab'
|
||||
'26c55dec2fc2407ad005e0daf84098fb'
|
||||
'09171941ddb356b192072d596ca76edf'
|
||||
'182e92512ac53eb01ff14b0747c2a94b'
|
||||
'b9d47d3b93d716c53b6e63cee38738f4'
|
||||
'e68b1fe2d6e706707bc3c77200709636'
|
||||
'552a6f12f0aafda11cf9cd7ed5a90b18'
|
||||
'cb05103421cb6b1ee529d0c54ce87782'
|
||||
'ee48772b504052c6caef1ee6fdda139a'
|
||||
'548c93d3ee5187250a8232f435200446'
|
||||
'345ec9b8d4041b9718780a47e1abcc14'
|
||||
'a1ceb6203aff45d348a8fcb47d306ae1'
|
||||
'd247130ad33e864a504f8d835f8af2cf'
|
||||
'9bc6cdeafa851c197460920ea5666c5e'
|
||||
'1a7aed036ac553cc502f59bff3438be6'
|
||||
'e0ec91e06abc955059075855650d88c6'
|
||||
'4abb0107c60434159df35ffa352f22a4'
|
||||
'7b3c4fd6857f69fefac4e980db69ce97'
|
||||
'f333dc15873dca01fe2606ba2b278e0c'
|
||||
'efa7a41d14f627f795815b425e47d356'
|
||||
'd7c599e4b49dc1766c68140769e4201b'
|
||||
'4183054aa41c12d67a6709b086363fda'
|
||||
'6f5cb31805796ed7d05a6e47a996b0c6'
|
||||
'89b65a1bba03ed8a53cf18702cf7197b'
|
||||
'75763caff84fd384625cc8bbc87eaa7b'
|
||||
'55d3c0e3846601c1949051fb66f092db'
|
||||
'031a00bfa6567d66d0655065e9acdaed'
|
||||
'b207583dd35c7eaee900e97413393a67'
|
||||
'9b9f9fc3be9c41179aed312f019b1c1a'
|
||||
'c1ad0cffe0076f08945da8859cf3c80b'
|
||||
'1e097bf8997e36a3443ca4c65fe8f0cc'
|
||||
'5d28c3a930827ec3e339658783a2277f'
|
||||
'e7c16973d042f0ad5d95e5b65ebfb1d6'
|
||||
'7956c3621499bff575493a4a3fb8645f'
|
||||
'e27694a3358c28e2f884d2797f4f9354'
|
||||
'314520d850bf3f5b1b7573a3db084cc8'
|
||||
'c5784d80037dbedb6e116972ae6ef846'
|
||||
'052251f27577e0a592e324648adacd47'
|
||||
'bf02deb8f17bbb15c5688aa3f9e3eee2'
|
||||
'166e5dd1d2666db1b86788d2c58689e2'
|
||||
'73b6ca160a596116019559f81b34e92a'
|
||||
'73b8367b793984e3b8b33040cbb69974'
|
||||
'630032e742b4034c46c0dd9cd9e2b2d4'
|
||||
'e402b1cc30e3ea49762d8c43e42c4aee'
|
||||
'e56be8e6a54f8038a926acb8cc542e63'
|
||||
'b3bfffb9ef605b425b58758df9b32573'
|
||||
'19f79b405635f7bb6b682d2bc5a0db3a'
|
||||
'2c50c1f41de41e59a405594990cc56af'
|
||||
'41a7624735fa891c52c95ab946b1b56d'
|
||||
'e8ade1ec3f1fd370422803fee2bed6d5'
|
||||
'058bbbb8e4760a2a2bfc01a7e8642cd3'
|
||||
'e5aa89d9f0db16e40b647974083912ef'
|
||||
'a5f449448ff4a8a6ff5bd70d1978da96'
|
||||
'7ec78e569158c0bc60b395b69567f57d'
|
||||
'1171e6fe05affed1f16acbda04795be3'
|
||||
'ce85b22f9d6ddc57ea2d5e3f5ab9a370'
|
||||
'e6e5ae1fe00f2d957915e68265d0acd2'
|
||||
'2988ef17a4a9704215be8f1053786d43'
|
||||
'acf9c139a1e28d6a7328f5c8b0a0ccc4'
|
||||
'8f0c0b6f54925894ed35ea0cba16fc2e'
|
||||
'12c08cb95a00ad2fc7c00ba239290ac4'
|
||||
'd0c14ce29bd607a4967b1871fd6baf6e'
|
||||
'9eb09e9909ef171a7947d53e5f4c2ec2'
|
||||
'0ca90cae6046e90c1c0a369c5466f354'
|
||||
'4565ae273340d26c5c15ac290ac884c6'
|
||||
'3f799db1d1718e54258e7e5573ac972c'
|
||||
'bb36bb884cb7ba4ce591beb0b062cca3'
|
||||
'97897b4849c45e7aee4277a7c1c73e53'
|
||||
'482602b68914d62528a8a7028b8e15dc'
|
||||
'd8b6ab81aab31ce36c40c302e8586a59'
|
||||
'7235b77e16ceb28981944a3145f92c9a'
|
||||
'6180933abb922063852cc4a810466e84'
|
||||
'12a5425b4b96a1cb20a8bdecf40bae75'
|
||||
'43a6c4e577b7f1e71d6fb76956a7cd31'
|
||||
'd791b1288850ebaafa7eeb448ca26bb1'
|
||||
'e6fc48e7098c7ca218f87304aba089b1'
|
||||
'cd733f356a40112b896ffcfb50dd368b'
|
||||
'55f44bbc6484b91d0deae22f6c33878f'
|
||||
'1ecfd0c563adadb3de7ea60b5f4db8a2'
|
||||
'3a42be74299e608bd8436868f48766e1'
|
||||
'308e0df4d8e5b94b056b8951223d85d5'
|
||||
'060059899542274ae51c33b30a06dd19'
|
||||
'4d668bd4ae1f9d56ee98671521d1ca22'
|
||||
'a855889c4861300f45f3fd8b7a4c96bf'
|
||||
'cba9e9665eda391f1724e526253a38e2'
|
||||
'684f7d278871836c13efb15278a4d926'
|
||||
'b2007659efdc6c18c4d4db346343844b'
|
||||
'9b73c37fb431403cf09a419d9bd2317d'
|
||||
'50a4229111057af96f5ba799c2f33632'
|
||||
'43bcbda43f8ad516c3dc549c79565bc2'
|
||||
'7ed41c0665e02c1d4dba70be518837a4'
|
||||
'cd8a15e6a2edcbfdc524e9d7bc4bc2ac'
|
||||
'e88f56fc4996328925db1de4938194ad'
|
||||
'97ddf7bfd8088ba31e1a2cc21b490669'
|
||||
'752718756bb0c9c29581b9710c9c73fe'
|
||||
'3c3483f9539b45f61c587d7aeea2bd38'
|
||||
'1076c6f3df88dd74ac0f2da50046d877'
|
||||
'b1aa29cac3585d76595cf624b94b65c0'
|
||||
'ee1063e9c3793a41d75b1d9076794c10'
|
||||
'0e48b8db4652c9a6e65b372ac0161701'
|
||||
'560724f2c6d694ea4453023c43ea0f5d'
|
||||
'f0b0fb0310fb8b11fe00f63b6343540b'
|
||||
'ac5b2689306e9cbdc4b407d959db84f9'
|
||||
'a3f6e2763dbadce951109f139e8923f4'
|
||||
'8b1d1783a20d0fe2057851d7cfb80cbc'
|
||||
'5ef68c308f506f781d02bbb8b4e677b5'
|
||||
'ffbe9befb186948c625b284bc94ca68e'
|
||||
'4efe2ddb090e3a0df4b3c749a6ef6aac'
|
||||
'b50184d3cbaa51df755e740f8dfd103c'
|
||||
'840ae944b5e9dcd8e68c471efc3c9d79'
|
||||
'1b2b24d2b02bdba44bc6723dd215ee26'
|
||||
'1be40a8b35cee57504a938eae8d67fc0'
|
||||
'2b55c904702c1836ae142560d3001462'
|
||||
'f416cfbd31d7e4eb845a82704ffee66e'
|
||||
'3db577ad1441f7b825fff21c7a47a3c8'
|
||||
'16ddab6dc6b0a5057e25d070809f8534'
|
||||
'cd930ddfcdc89b237c3133fd7a8eae30'
|
||||
'1c6dd5c6ecde96db58aaad6f37cdc13d'
|
||||
'e2fbcebac416a54683206d9935142c39'
|
||||
'b06e87581b5f6cc8547f08109e3b6ace'
|
||||
'40038123bad27b879a4f02d18b67877a'
|
||||
'5a2db6c2ad2cddcfa60d9234f60766e2'
|
||||
'd456ad4909a8549fe91c3ec1efe153a8'
|
||||
'74bdb32656c3cd31f2ef6c45083f2c6a'
|
||||
'12f9e430b19798b4f8bb630989b814c7'
|
||||
'63fe5a839f087d353a7e381ce8106546'
|
||||
'27d3aa866dc11c4493bd9d7c91832975'
|
||||
'8258683d70af5258d6121819d5a807b1'
|
||||
'671498e12c9edbf6790a4b31e859d810'
|
||||
'133b5d2596771e130cdce916404a382d'
|
||||
'9e23b66e5e20b6d8cfe73b63d588cef8')
|
||||
md5sums=('f9e799ed94110ff1ea5d58f695f80755'
|
||||
'6aed732096d9fd5eb2bcb409c1c68bec'
|
||||
'54abb5c38329640f6c83b6479a17b780'
|
||||
'fb814b7643df35b68554f00747ec87e5'
|
||||
'6ac34c7b6cd59e84d272557dad5d5692'
|
||||
'547223d2233fc45947efccb50a34d2f0'
|
||||
'774342df4239b01f1199480e02ba15d7'
|
||||
'4a08edb16092a6b631802033ab21535f'
|
||||
'239435f5748fa0d68d1843fea34e9f8d'
|
||||
'b6d2c9b95cc7913aba42515fb660d8a5'
|
||||
'eae56938caf2fe9512e8e02ad9f97501'
|
||||
'3a4a1c7e5cb3d76e6c1f0c9dac1ccc2c'
|
||||
'6eff5fcf0b94815bcfc3af2228e6a85d'
|
||||
'7cfdd1fcfbbe15f5a4fc68d047dfef8a'
|
||||
'43ca8003a1505e25a8883507583fb919'
|
||||
'4d0c951ef45d8984a1ef1afaf9a2932f'
|
||||
'da863598bd14f745db07fdb2529a52fa'
|
||||
'7339824aae23f308a251ce9d1fd45f3c'
|
||||
'447c809e8396049c0461747d832c8105'
|
||||
'6b0e0c8555f1f82dc0f251fbc97b4449'
|
||||
'4708b740ddcbcb53d21d00e921370b13'
|
||||
'748ba772d65da89d6fdc402ec1015858'
|
||||
'186b0529821c72ef527ff7d269da58f5'
|
||||
'b1136b9d023b4074f9f73716066c1355'
|
||||
'5da2aae9016fbc645a0541de02fe17ef'
|
||||
'b56640ef8aa81b501d593aab0e423f5f'
|
||||
'cb0d1ae4d2fc4be3bcdd8b8b12dfc402'
|
||||
'c2c23b16a545b48af774abb4594e0ba8'
|
||||
'cbc4638fedade3bd1ab49998789c968a'
|
||||
'7cdcd03ff70886e798cef710e42da054'
|
||||
'c889c69b170969140efd0856503c189f'
|
||||
'8533545b16487da46ea3a03bcde52c94'
|
||||
'a79135f16cd5c780c8361706a293eb6f'
|
||||
'4782a35a8aae15e6e31248041fc7bf41'
|
||||
'68a17e2fe80aa59c69d4749efb2ed56c'
|
||||
'019a8655f677ce198f269c631fcaefbc'
|
||||
'72d9646eb21eb23aafe6fc7fcd18294d'
|
||||
'4a7da398e7bbf0be5b7fad35dd1a4fdb'
|
||||
'4280a9ba45c4e7e7c6c9d7f41bd4ba33'
|
||||
'9bf66cf77e26f9104e34f78bf921872d'
|
||||
'fc5968a5ecd8d603a7faabf8946ace5b'
|
||||
'51453e1ef4aaa415f681fae5054c7df9'
|
||||
'c63ac20eda031db08f1754881c36b8c8'
|
||||
'9954c225ea441766c00fae5abd849daf'
|
||||
'5f0a6cd9f04457d07a8d40a40264a562'
|
||||
'0f3df333366d542ca429b2b73bc2ae1a'
|
||||
'c87fded1305c83440675a585daca7d58'
|
||||
'c39172b5bdd2de77fa18c36ee6356fdf'
|
||||
'e110c9e81a3b85a180d08832d208a896'
|
||||
'b32e5086d2a9cee9e6291ca2d005868a'
|
||||
'254dbcc0d47a69686e73808ccd14af1c'
|
||||
'a3a6fccb051a8d4933b63246ee0043c8'
|
||||
'c16bebefd85f756fa108400fb590a121'
|
||||
'937b7dbfbbcba8979197a8272fbc9bbb'
|
||||
'cc9a9da8d76e50bb423ea7f0a38151e9'
|
||||
'6e7fa4e7347046a5f760fbe2e2917bbb'
|
||||
'08ab5b2a594ddca77f0736c8a8ead8b9'
|
||||
'87dd2f99e988a06c961e27a8e88af174'
|
||||
'7d0f00721fcbac0fc990d54f5cdd48ba'
|
||||
'f6cd74683a86f45b1f5bcea2476761b4'
|
||||
'bfddad6c4ced62c1d52c7ad00c85be5b'
|
||||
'6495a22ddc4f3a0fa2fead386e0065cd'
|
||||
'64e5ceaf72c38620da4414c1ab585a6b'
|
||||
'32fa788d71196807589c4e9080f71fd1'
|
||||
'37b3b1cc45d685b18d43276725702f6d'
|
||||
'4bf3d3995686f22c27e25db821cfcff3'
|
||||
'8513bf57a025702c3cc39c6382715aeb'
|
||||
'2b6219dc63a4e39a9602990f5934024d'
|
||||
'14090294e016fd84f2a117f44ba22a29'
|
||||
'7ff5d3e245634040a8c1d0417c33ee2d'
|
||||
'ceb0dcbd1ec8d8b474b80f6957f33cfe'
|
||||
'72c918118aba6a066b5070167f344314'
|
||||
'b94d06461838a43e74755c17d663df89'
|
||||
'ace4c4dfa7dbff9233ff014b875c244b'
|
||||
'9bb206aa94f4d398112562495dc031a0'
|
||||
'ed6e1a9ec8785e7c653cdff612127d59'
|
||||
'd7d645de999bab203ab66ba2e94b7731'
|
||||
'84d32d6030fe0d80013bc8e6bf56c2c9'
|
||||
'51c335f18d27afa7b9eac7b6e41c049d'
|
||||
'c57b6ac4d6be0dbfa5d26a454a458b17'
|
||||
'fa0d360472e3f174ec1ee10cd6ff4c89'
|
||||
'c93ef13fdb2a8103c775df6a86f0cc39'
|
||||
'edb7d47cdf2527d414adfaf79072332f'
|
||||
'15ab2090f51f8cedb9f743ff8e30e432'
|
||||
'e371cb14f0eff33590a829dfa2512c70'
|
||||
'777fbd274b30632f412159f3f6d216c6'
|
||||
'f689f984bfb68951f374894e06fdeee2'
|
||||
'9d828e8812bb7bcc17747f950685734c'
|
||||
'df6999c12e05d96dd68b5f4a8a8c3e74'
|
||||
'dd1f82d7b2d8ece014dfda7e2bd1c7b6'
|
||||
'd76c6c5b8a9333c1f9326ece5517629c'
|
||||
'ac113b110d0bb88c2f1ad7bf60d6ad95'
|
||||
'953a215a9511044f2b663af4544bdd6b'
|
||||
'd0ec4c35b7dd9c5e526d5ffbd5914dd8'
|
||||
'92ce7141a8c70114205de516deb85218'
|
||||
'bd0ae5194132f0ccd7fe2f5bc00a9d69'
|
||||
'bf434c02958889f418957a5b03edeae3'
|
||||
'7d7d0b37e16271edfd748e9edb7da6e9'
|
||||
'88ae6e97311264c7fdb53995cd1f4c53'
|
||||
'22523c3647ff972a72624a250d61735c'
|
||||
'5052e2bb5a3e41a64767316213d4aa9c'
|
||||
'08427bb91ef7ca36d1ec670c0232e1dc'
|
||||
'e9e91ab80bb11b394998b346fd5994cb'
|
||||
'ca37b445949425f67df65f5f68a02aa0'
|
||||
'81e799ead771eaba2f28cd684693da91'
|
||||
'6f160c3758348449068a36cedc1ba802'
|
||||
'3096c066e0e84f92c65a7a19e9d83c06'
|
||||
'6b784e98384613210bbb338e2919e148'
|
||||
'593f0ed0c93108b40f31b7973ab3fc73'
|
||||
'7d730dbf0a337016dda1a72d719f3644'
|
||||
'dffca4d07ce531d97a6525f3ad36ce6f'
|
||||
'8831f32d4f418244163aa836719dfbe9'
|
||||
'8a39267df9840ff471d6bc352e356391'
|
||||
'17e63ab76cf5a9b7440c8a54740aa408'
|
||||
'e2eeb18736353f5ebd015ff812d2852e'
|
||||
'0a0fcfa0cdf42b3d0f9d430d682c43b6'
|
||||
'b3486bc8de25da70ff64100669f7e0eb'
|
||||
'81bb9ccd574b1bb64cc47af7658646d8'
|
||||
'9912a4363da269c093eea9b34551554c'
|
||||
'eac1ca3891f0729397d6acce6219b3a7'
|
||||
'602e3319c929e8b0417fdb416ff41d21'
|
||||
'8c3e3bc97c1efa38c6cbe76fa7a0706d'
|
||||
'a970e43df7fcecb98aee9e43905b48a1'
|
||||
'fb2697e0a607a22791d704afb79b48ab'
|
||||
'987a62f4d40b131234834ad8ffdec5b9'
|
||||
'c809857f82037b9bfaf6160eda28810d'
|
||||
'e82eb1714161efb18ccb2402bd1927b9'
|
||||
'8e667393ccac5e9ae8fd3ec6a52344b4'
|
||||
'ad934c93f489476a26bcbd93f25e84f5'
|
||||
'af72bdc866452c0215b307894a18c25c'
|
||||
'2f052bd5b0975fbbfbe90ca6c3355263'
|
||||
'5d0e36463969af1e7a7d5e3aa6bb3bce'
|
||||
'63cdfb1c2a40d6c7d665dfa594a331b3'
|
||||
'ccaa3d6c3accacb34894149688a51a02'
|
||||
'0436a2c13969a1830a69c08bd7620c53'
|
||||
'78b04a29191feb70a13c1be7b7b7e85a'
|
||||
'e2c8e1361bdd3159ef2accf0daea2593'
|
||||
'8b6f9ef19bb64a6f7d05e37e66b4f7d8'
|
||||
'8c494069283be8ef54169045af105852'
|
||||
'b8f7153313e98d6390b778901e35fd47'
|
||||
'27841b1428209113a7899dcfd7aef970'
|
||||
'5d62ef0f3f59dc9d7ecc7fde0aac39ee'
|
||||
'39ab36f936007f0def186815de5bedaa'
|
||||
'74bad98cdd66ebdff9689508b0f42e4f'
|
||||
'aabc9775e6a964da4b0629af5d1638a3'
|
||||
'ed1130d059f5c5629b7a207c8029fb40'
|
||||
'72c8706d6eadbaf358f472e445a4516e'
|
||||
'be206789e8c501e1d9fb08b9d999cdaa'
|
||||
'ddcd3b5dc816f2b6951453c30637bdc8'
|
||||
'9387a204bf74a683c90d34867577d79a'
|
||||
'a5249d0d4927ad0a6d8825cbb5a8bf1d'
|
||||
'aeb699638b095b60885ad63f84f8376e'
|
||||
'e5c3facf2b8cfd4e0f272a307f1c5999'
|
||||
'd152f33a40776dc6a16d447a7d05e002'
|
||||
'a13e50bfed74f50d3e650c2b1f61f1a7'
|
||||
'4dee33ec23fb00a7dab2ff3795054da0'
|
||||
'0f6ef5eb28e521c0a75070d69fc8818c'
|
||||
'8434e86e83bf7531c76b62347b398163'
|
||||
'51b9bd5d0c78da746fb1490e5c123a83'
|
||||
'8ce9af6c1cb194068b005371c6b8ae6e'
|
||||
'160774639a49efbeb93bd430776a3435'
|
||||
'3b5eee3f89821ce6470cff5c9ee5853d'
|
||||
'53a6ca8372fc846e9a8b04e945596832'
|
||||
'28cab57a38f85be16d59ea1a1145dc02'
|
||||
'3175a53e2d577675f33627f3b3faec88'
|
||||
'295bf75f636a99edd5f33393f68e7f3a')
|
||||
|
@ -13,8 +13,8 @@ pkgname=('libreoffice-common'
|
||||
'libreoffice-postgresql-connector'
|
||||
'libreoffice-extension-wiki-publisher'
|
||||
'libreoffice-extension-nlpsolver')
|
||||
_LOver=5.0.5.2
|
||||
pkgver=5.0.5
|
||||
_LOver=5.1.0.3
|
||||
pkgver=5.1.0
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('LGPL3')
|
||||
@ -30,7 +30,7 @@ makedepends=( # makedepends
|
||||
'pango' 'nss' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' "icu>=4.6" 'libxslt'
|
||||
'redland' 'graphite' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'libtextcat' 'librsvg' 'lcms2'
|
||||
'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'translate-toolkit' 'xdg-utils' 'ttf-dejavu' 'libcups' 'libmwaw' 'ttf-liberation'
|
||||
'glew' 'libetonyek' 'harfbuzz-icu'
|
||||
'glew' 'libetonyek' 'harfbuzz-icu' 'gdb'
|
||||
)
|
||||
|
||||
_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"
|
||||
@ -38,7 +38,7 @@ _mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"
|
||||
_additional_source_url="http://dev-www.libreoffice.org/src"
|
||||
_additional_source_url2="http://dev-www.libreoffice.org/extern"
|
||||
source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz
|
||||
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
||||
${_additional_source_url}/boost_1_59_0.tar.bz2
|
||||
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
|
||||
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
|
||||
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
|
||||
@ -59,19 +59,19 @@ source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz
|
||||
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
|
||||
${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
|
||||
${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
|
||||
${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
|
||||
${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
${_additional_source_url}/liborcus-0.9.2.tar.gz
|
||||
${_additional_source_url}/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2
|
||||
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
|
||||
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
||||
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
|
||||
${_additional_source_url}/mdds_0.12.1.tar.bz2
|
||||
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
|
||||
${_additional_source_url}/commons-logging-1.2-src.tar.gz
|
||||
${_additional_source_url}/libcdr-0.1.1.tar.bz2
|
||||
${_additional_source_url}/libcdr-0.1.2.tar.bz2
|
||||
${_additional_source_url}/libmspub-0.1.2.tar.bz2
|
||||
${_additional_source_url}/libatomic_ops-7_2d.zip
|
||||
${_additional_source_url}/libfreehand-0.1.1.tar.bz2
|
||||
${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
|
||||
${_additional_source_url}/Firebird-2.5.4.26856-0.tar.bz2
|
||||
${_additional_source_url}/libe-book-0.1.2.tar.bz2
|
||||
${_additional_source_url}/libabw-0.1.1.tar.bz2
|
||||
${_additional_source_url}/libpagemaker-0.0.2.tar.bz2
|
||||
@ -80,13 +80,13 @@ source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz
|
||||
${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
|
||||
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
|
||||
${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2
|
||||
${_additional_source_url}/libodfgen-0.1.4.tar.bz2
|
||||
${_additional_source_url}/libodfgen-0.1.6.tar.bz2
|
||||
make-pyuno-work-with-system-wide-module-install.diff)
|
||||
|
||||
md5sums=('2a04618e59a4d6b0638a3cb2b896e35e'
|
||||
'a0f2a73e77e552aeffcb85b8baf7c09a'
|
||||
'9698d9d5948988a8f130d909bb0675ce'
|
||||
'd6eef4b4cacb2183f2bf265a5a03a354'
|
||||
md5sums=('a0cbe7fe9368e35068bd619281380379'
|
||||
'e24d7920ef9fc36f977ebb954173fd43'
|
||||
'76495173c3e7a74f4aa53198d8bb99e5'
|
||||
'6aa9a5c6a4ca1016edd0ed1178e3cb87'
|
||||
'1f24ab1d39f4a51faf22244c94a6203f'
|
||||
'35c94d2df8893241173de1d16b6034c0'
|
||||
'798b2ffdc8bcfe7bca2cf92b62caf685'
|
||||
@ -107,19 +107,19 @@ md5sums=('2a04618e59a4d6b0638a3cb2b896e35e'
|
||||
'ba2930200c9f019c2d93a8c88c651a0f'
|
||||
'10d61fbaa6a06348823651b1bd7940fe'
|
||||
'5821b806a98e6c38370970e682ce76e8'
|
||||
'7681383be6ce489d84c1c74f4e7f9643'
|
||||
'36271d3fa0d9dec1632029b6d7aac925'
|
||||
'e6efcbe50a5fd4d50d513c9a7a4139b0'
|
||||
'aa899eff126216dafe721149fbdb511b'
|
||||
'0168229624cfac409e766913506961a8'
|
||||
'17410483b5b5f267aa18b7e00b65e6e0'
|
||||
'185d60944ea767075d27247c3162b3bc'
|
||||
'ef2560ed5416652a7fe195305b14cebe'
|
||||
'bae83fa5dc7f081768daace6e199adc3'
|
||||
'ce977548f1cbf46918e93cd38ac35163'
|
||||
'b33fd0be3befdd1b37777e08ce058bd9'
|
||||
'6e3062b55b149d7b3c6aedb3bb5b86e2'
|
||||
'ff9d0f9dd8fbc523408ea1953d5bde41'
|
||||
'c0b86562d5aa40761a87134f83e6adcf'
|
||||
'8cf70c5dc4d24d2dc4a107f509d2d6d7'
|
||||
'21154d2004e025c8a3666625b0357bb5'
|
||||
'7a17ec9889424b98baa29e001a054434'
|
||||
'6b48eda57914e6343efebc9381027b78'
|
||||
'7a3815b506d064313ba309617b6f5a0b'
|
||||
'795cc7a59ace4db2b12586971d668671'
|
||||
@ -128,11 +128,11 @@ md5sums=('2a04618e59a4d6b0638a3cb2b896e35e'
|
||||
'4b87018f7fff1d054939d19920b751a0'
|
||||
'4ca8a6ef0afeefc864e9ef21b9f14bd6'
|
||||
'd63a9f47ab048f5009d90693d6aa6424'
|
||||
'8716be5c22ae8353f9aaa380d74840dc'
|
||||
'32572ea48d9021bbd6fa317ddb697abc'
|
||||
'dcb5ad3e5f7139227677ea064b075422')
|
||||
|
||||
noextract=(
|
||||
d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
||||
boost_1_59_0.tar.bz2
|
||||
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
|
||||
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
|
||||
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
|
||||
@ -153,19 +153,19 @@ noextract=(
|
||||
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
|
||||
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
|
||||
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
|
||||
7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
|
||||
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
liborcus-0.9.2.tar.gz
|
||||
aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2
|
||||
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
|
||||
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll
|
||||
mdds_0.12.1.tar.bz2
|
||||
bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
|
||||
commons-logging-1.2-src.tar.gz
|
||||
libcdr-0.1.1.tar.bz2
|
||||
libcdr-0.1.2.tar.bz2
|
||||
libmspub-0.1.2.tar.bz2
|
||||
libatomic_ops-7_2d.zip
|
||||
libfreehand-0.1.1.tar.bz2
|
||||
Firebird-2.5.2.26540-0.tar.bz2
|
||||
Firebird-2.5.4.26856-0.tar.bz2
|
||||
libe-book-0.1.2.tar.bz2
|
||||
libabw-0.1.1.tar.bz2
|
||||
libpagemaker-0.0.2.tar.bz2
|
||||
@ -174,7 +174,7 @@ noextract=(
|
||||
OpenCOLLADA-master-6509aa13af.tar.bz2
|
||||
libgltf-0.0.2.tar.bz2
|
||||
language-subtag-registry-2015-08-04.tar.bz2
|
||||
libodfgen-0.1.4.tar.bz2)
|
||||
libodfgen-0.1.6.tar.bz2)
|
||||
|
||||
|
||||
prepare() {
|
||||
@ -217,7 +217,6 @@ build() {
|
||||
--with-parallelism=${MAKEFLAGS/-j/} \
|
||||
--with-external-tar="${srcdir}/ext_sources" \
|
||||
--disable-fetch-external \
|
||||
--disable-verbose \
|
||||
--enable-release-build \
|
||||
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
|
||||
--libdir=/usr/lib --mandir=/usr/share/man \
|
||||
@ -230,14 +229,12 @@ build() {
|
||||
--enable-graphite\
|
||||
--enable-gio\
|
||||
--disable-epm \
|
||||
--disable-gnome-vfs\
|
||||
--disable-kde\
|
||||
--disable-gtk3 \
|
||||
--disable-gtk \
|
||||
--disable-gconf \
|
||||
--disable-dconf \
|
||||
--disable-mergelibs \
|
||||
--enable-kde4 \
|
||||
--disable-gstreamer-0-10 \
|
||||
--enable-lockdown\
|
||||
--enable-openssl \
|
||||
--enable-odk \
|
||||
--enable-python=system \
|
||||
@ -509,7 +506,7 @@ package_libreoffice-kde4() {
|
||||
|
||||
# Merge kde and kde4 filelists as we do not bother with compat anymore
|
||||
# Not worth fixing unless really cleaning up the install completely
|
||||
cat ${srcdir}/libreoffice-$_LOver/file-lists/kde_list.txt >> ${srcdir}/libreoffice-$_LOver/file-lists/kde4_list.txt
|
||||
# cat ${srcdir}/libreoffice-$_LOver/file-lists/kde_list.txt >> ${srcdir}/libreoffice-$_LOver/file-lists/kde4_list.txt
|
||||
|
||||
# create directories from *list.txt file
|
||||
for directory in `grep ^%dir ${srcdir}/libreoffice-$_LOver/file-lists/kde4_list.txt`; do
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=libtorrent-rasterbar
|
||||
pkgver=1.0.6
|
||||
pkgrel=2
|
||||
pkgver=1.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
|
||||
url="http://www.rasterbar.com/products/libtorrent/"
|
||||
arch=('x86_64')
|
||||
@ -9,7 +9,7 @@ depends=('boost-libs' 'python2' 'geoip')
|
||||
makedepends=('boost' 'cmake')
|
||||
options=('!emptydirs')
|
||||
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('798529f877dc94aa8eb635677a2fffb6deead3937153e78ac5344fd81422f9fd9594e227db3ec0ae954dfc59e4dd5f3b8f6dbed2e3aa1f9a710c32b0622f54ee')
|
||||
sha256sums=('477ee10cd4a91b0a13e2ee419096555d0c75584ef1b84abc44b3b643f9a08d3e')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase=mkvtoolnix
|
||||
pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
|
||||
pkgver=8.8.0
|
||||
pkgver=8.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Set of tools to create, edit and inspect Matroska files."
|
||||
arch=('x86_64')
|
||||
@ -15,7 +15,7 @@ makedepends=('flac' 'libmatroska' 'libogg' 'libvorbis' 'qt5-base' 'xdg-utils' 'l
|
||||
'zlib' 'boost-libs' 'expat' 'boost' 'ruby')
|
||||
categories=('multimedia')
|
||||
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz")
|
||||
sha256sums=('912de8148d21f38c9100de61dfcac0041d1114d1a50462700b94f3bc8cd3a19c')
|
||||
sha256sums=('3208b2849339a8617b12922749c9325eb87c3755a943f88731605e3729aaa0d4')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=nodejs
|
||||
pkgver=5.6.0
|
||||
pkgver=5.7.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
@ -10,7 +10,7 @@ makedepends=('python2' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
checkdepends=('curl')
|
||||
source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz")
|
||||
sha256sums=('3af2cc5e5970afc83e59f2065fea2e2df846a544a100cd3c0527f0db05bec27f')
|
||||
sha256sums=('2338b46a2f45fbb747089c66931f62555f25a5928511d3a43bbb3a39dcded2d8')
|
||||
|
||||
prepare() {
|
||||
cd node-v$pkgver
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=npm
|
||||
pkgver=3.7.4
|
||||
pkgver=3.7.5
|
||||
pkgrel=1
|
||||
pkgdesc='A package manager for javascript'
|
||||
arch=('any')
|
||||
@ -11,7 +11,7 @@ makedepends=('procps-ng')
|
||||
optdepends=('python2: for node-gyp')
|
||||
options=('!emptydirs')
|
||||
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('1b61be6888fd9c1d4d3db45c7616364d385f5f1d42f40a186497ad6572f06dba')
|
||||
sha256sums=('a9e2675c498c256f11ff40af08b72f0481c8b77fa97e6af5989226540cb66d9a')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
23
oyranos/PKGBUILD
Normal file
23
oyranos/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
pkgname=oyranos
|
||||
pkgver=0.9.5
|
||||
pkgrel=2
|
||||
pkgdesc="A Colour Management System (CMS) on operating system level."
|
||||
url="http://oyranos.org/"
|
||||
arch=('x86_64')
|
||||
depends=('libxml2' 'libxinerama' 'libxrandr' 'libxfixes' 'libxxf86vm' 'doxygen' 'qt' 'cups'
|
||||
'graphviz' 'lcms2' 'libxcm' 'openicc' 'cairo' 'yajl' 'exiv2' 'elektra' 'glu')
|
||||
makedepends=('libraw' 'xcalib' 'fltk' 'cmake')
|
||||
source=("http://prdownloads.sourceforge.net/oyranos/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('f59ef03182597e1e7ba0e434599eb0c4')
|
||||
license=('MIT')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --libdir=/usr/lib --enable-threads --enable-xft --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
@ -1,23 +1,23 @@
|
||||
pkgbase=qtcurve
|
||||
pkgname=('qtcurve-utils' 'qtcurve-qt5' 'qtcurve-kde4')
|
||||
pkgver=1.8.18
|
||||
pkgrel=10
|
||||
pkgname=('qtcurve-utils' 'qtcurve-kf5' 'qtcurve-qt4')
|
||||
pkgver=1.8.18.r247.d126bd5
|
||||
pkgrel=1
|
||||
pkgdesc='A configurable set of widget styles for KDE and Gtk'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/QtCurve/qtcurve'
|
||||
license=('LGPL')
|
||||
groups=('qtcurve')
|
||||
makedepends=('cmake' 'automoc4' 'qt' 'qt5-svg' 'qt5-x11extras' 'kdelibs' 'kde-workspace')
|
||||
source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
|
||||
"https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff")
|
||||
sha512sums=('0ba7927db11d1f2d7bad08fa923d3f0f2167d89fdf0d09bf0b677ffd4f2cc547c22890c87b8f18495e73f8ce21ffbd40899792a512dd9e2a481b81a52abd84eb'
|
||||
'71a112077f92ce5101b3b27d9ab73225987ea1c8c8921ce3509327bd2a62213235e929cf1a677fcde13105bb364b058ad5908451e5657298e0fbe7306d805ba9')
|
||||
makedepends=('qt' 'qt5-svg' 'qt5-x11extras' 'extra-cmake-modules' 'kdelibs4support' 'kdoctools')
|
||||
source=('git://anongit.kde.org/qtcurve.git#commit=d126bd5')
|
||||
sha1sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $srcdir/$pkgbase
|
||||
printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgbase-$pkgver
|
||||
|
||||
# fix FS#40524 - Qt 5.3 build fix
|
||||
patch -p1 -i ../${source[1]##*/}
|
||||
cd $srcdir/$pkgbase
|
||||
|
||||
# prepare for build
|
||||
[[ -e build ]] && rm -rf build
|
||||
@ -25,32 +25,31 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgbase-$pkgver/build
|
||||
cd $srcdir/$pkgbase/build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_GTK2=Off
|
||||
-DENABLE_GTK2=Off \
|
||||
-DQTC_QT4_ENABLE_KDE=false
|
||||
make
|
||||
}
|
||||
|
||||
package_qtcurve-utils() {
|
||||
depends=('libx11')
|
||||
cd ${srcdir}/${pkgbase}-${pkgver}/build/lib/utils
|
||||
cd ${srcdir}/${pkgbase}/build/lib/utils
|
||||
make DESTDIR="$pkgdir" install
|
||||
cd ${srcdir}/${pkgbase}-${pkgver}/build/po
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
package_qtcurve-kde4() {
|
||||
replaces=('qtcurve')
|
||||
depends=('qtcurve-utils' 'kdelibs' 'kde-workspace')
|
||||
package_qtcurve-qt4() {
|
||||
depends=('qtcurve-utils' 'qt')
|
||||
|
||||
cd ${pkgbase}-${pkgver}/build
|
||||
cd $srcdir/${pkgbase}/build
|
||||
make -C qt4 DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
package_qtcurve-qt5() {
|
||||
depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras' 'qt5-base')
|
||||
|
||||
cd ${srcdir}/${pkgbase}-${pkgver}/build/qt5
|
||||
package_qtcurve-kf5() {
|
||||
depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras' 'qt5-base' 'plasma-workspace')
|
||||
replaces=('qtcurve-qt5')
|
||||
conflicts=('qtcurve-qt5')
|
||||
cd ${srcdir}/${pkgbase}/build/qt5
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
pkgname=rstudio
|
||||
_pkgname=rstudio-rstudio
|
||||
pkgver=0.99.491
|
||||
_pkgver=b3a4f1f
|
||||
pkgver=0.99.879
|
||||
_pkgver=9ac9183
|
||||
pkgrel=1
|
||||
pkgdesc="A new integrated development environment (IDE) for R - The Desktop Client"
|
||||
arch=('x86_64')
|
||||
@ -17,13 +17,13 @@ install=rstudio-desktop.install
|
||||
source=("https://github.com/$pkgname/$pkgname/tarball/v$pkgver"
|
||||
"http://www.rstudio.com/wp-content/uploads/2014/06/RStudio-Ball.png"
|
||||
"qdatastream.patch")
|
||||
sha256sums=('78ce1a5b6288d61332781c9dac7a894c322950e476322bc5268c4d8866892ac1'
|
||||
sha256sums=('e9135161e93ed3268fabb425524d61bcb5dd680da90ab32d5d85cb2e93f6bcfb'
|
||||
'b14d11376099fe27e3f355367aca779e985840ea36ec08235feca62c67bd53c3'
|
||||
'3147f02fe9fb557c7dee4d332db9626da4ac4b563ad3d00fc68c6f955afd0a41')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgname-"*
|
||||
patch -p 1 -i "$srcdir/qdatastream.patch"
|
||||
# patch -p 1 -i "$srcdir/qdatastream.patch"
|
||||
|
||||
cd dependencies/common
|
||||
|
||||
@ -66,4 +66,4 @@ package() {
|
||||
sed -i s!'text/x-tex;text/x-markdown;text/html;text/css;text/javascript;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;'!''! \
|
||||
$pkgdir/usr/share/applications/rstudio.desktop
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,52 @@
|
||||
From 5a16d1119dab001cd58492b1bb76a43245e0641f Mon Sep 17 00:00:00 2001
|
||||
From: Eli Schwartz <eschwartz93@gmail.com>
|
||||
Date: Sat, 24 Oct 2015 20:16:52 -0400
|
||||
Subject: [PATCH] Set environment variable for Sigil dictionaries.
|
||||
|
||||
Needed to teach Sigil where the system dictionaries are located when not
|
||||
using vendored copies. Upstream apparently does NOT want the build
|
||||
system to be capable of setting this automatically.
|
||||
|
||||
See: https://github.com/Sigil-Ebook/Sigil/pull/139 where I tried to
|
||||
rework things to teach Sigil to use the system dictionaries -- and in
|
||||
the process have the install script configured *automatically*.
|
||||
|
||||
But environment variables are apparently preferred (while keeping the
|
||||
vendored location built into the executable).
|
||||
The build script was at least taught to stop installing the dictionaries
|
||||
via an option (separate from USE_SYSTEM_LIBS) but the aspect of my PR
|
||||
which configured the launch script automatically (because the plugin
|
||||
launcher *definitely* needs the env var) was not utilized at all.
|
||||
|
||||
Per: https://github.com/Sigil-Ebook/Sigil/commit/ce862ebb236721e21a5620eef2e815e70cff9d35
|
||||
"They are commonly set by manually editing Sigil's launch script [...]"
|
||||
|
||||
I guess this patch will have to do instead.
|
||||
---
|
||||
src/Resource_Files/bash/sigil-sh_install | 6 +++++-
|
||||
1 file changed, 5 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/Resource_Files/bash/sigil-sh_install b/src/Resource_Files/bash/sigil-sh_install
|
||||
index 08fd266..c8287a1 100755
|
||||
--- a/src/Resource_Files/bash/sigil-sh_install
|
||||
+++ b/src/Resource_Files/bash/sigil-sh_install
|
||||
@@ -18,6 +18,11 @@ if [ -z "$SIGIL_SHARE_PREFIX" ]; then
|
||||
export SIGIL_SHARE_PREFIX
|
||||
fi
|
||||
|
||||
+# Create an environment var for the system dictionaries location.
|
||||
+if [ -z "$SIGIL_DICTIONARIES" ]; then
|
||||
+ export SIGIL_DICTIONARIES="/usr/share/hunspell:/usr/share/hyphen"
|
||||
+fi
|
||||
+
|
||||
# Not really needed anymore but left in for fringe cases
|
||||
#if [ -z "$SIGIL_EXTRA_ROOT" ]; then
|
||||
# SIGIL_EXTRA_ROOT="${SIGIL_SHARE_ROOT}"
|
||||
@@ -27,4 +32,3 @@ fi
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
exec ${CMAKE_INSTALL_PREFIX}/lib/sigil/sigil "$@"
|
||||
-
|
||||
--
|
||||
2.6.2
|
||||
|
@ -1,27 +1,53 @@
|
||||
pkgname=sigil
|
||||
_pkgname=Sigil
|
||||
pkgver=0.8.7
|
||||
pkgver=0.9.3
|
||||
pkgrel=1
|
||||
pkgdesc="A multi-platform WYSIWYG ebook editor. It is designed to edit books in ePub format."
|
||||
arch=('x86_64')
|
||||
url="http://sigil-ebook.com/"
|
||||
license=('GPL3')
|
||||
depends=('qt5-webkit' 'boost-libs' 'hicolor-icon-theme')
|
||||
makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'boost' 'qt5-multimedia')
|
||||
depends=('qt5-webkit' 'python3' 'hicolor-icon-theme' 'python3-lxml>=3.5.0' 'python3-six')
|
||||
makedepends=('qt5-tools' 'qt5-svg' 'cmake')
|
||||
optdepends=('hunspell-en: for English dictionary support'
|
||||
'hyphen-en: for English hyphenation support in plugins'
|
||||
'python3-html5lib: recommended for plugins'
|
||||
'python3-chardet: recommended for plugins'
|
||||
'python3-cssselect: recommended for plugins'
|
||||
'python3-cssutils: recommended for plugins'
|
||||
'python3-pillow: recommended for plugins'
|
||||
'python3-regex: recommended for plugins')
|
||||
categories=('office')
|
||||
install=sigil.install
|
||||
screenshot=('http://1.bp.blogspot.com/-K2Q-tdVbPRI/UI08v7LhzHI/AAAAAAAAABY/vZ5LHjM6nb4/s1600/Screen+Shot+2012-10-28+at+10.07.03+AM.png')
|
||||
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/${_pkgname}-${pkgver}-Code.zip")
|
||||
sha512sums=('a7068c0abcb21b827b5990ed55e72739d347dd294b4042ae3fb075bf5ca5fa27ce7e18a45ae028ae6c21d6a7cd842e3b9a660214130080690efb84f22e3f82b8')
|
||||
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/${_pkgname}-${pkgver}-Code.zip"
|
||||
"0001-Set-environment-variable-for-Sigil-dictionaries.patch")
|
||||
sha256sums=('af8596fe7f235a3da240afc042efe8f8ff049ca063c72ae975716931cbb06406'
|
||||
'8a1d6085c1ba2c2a919581096af20d0851a6a7a70c4c001a3d30881a511e52c6')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
|
||||
# Upstream would prefer we *manually* set this env var when using the
|
||||
# build option "-DINSTALL_BUNDLED_DICTS=0"
|
||||
patch -p1 < ../0001-Set-environment-variable-for-Sigil-dictionaries.patch
|
||||
|
||||
if [[ "${_localepurge}" != "" ]]; then
|
||||
for trans in src/Resource_Files/ts/*; do
|
||||
if [[ "$(basename $trans | sed -r 's/(_.*)_.*/\1/g')" != "sigil_${_localepurge}" ]]; then
|
||||
rm $trans
|
||||
fi
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/Sigil-${pkgver}"
|
||||
cd "${srcdir}"
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake -G "Unix Makefiles" \
|
||||
cmake -G "Unix Makefiles" \
|
||||
-DINSTALL_BUNDLED_DICTS=0 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_C_FLAGS:STRING="$CFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS" \
|
||||
@ -31,17 +57,19 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/Sigil-${pkgver}/build"
|
||||
cd "${srcdir}/build"
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
install -Dm0644 $srcdir/${_pkgname}-${pkgver}/src/$_pkgname/Resource_Files/freedesktop/$pkgname.desktop \
|
||||
install -Dm0644 $srcdir/src/Resource_Files/freedesktop/$pkgname.desktop \
|
||||
$pkgdir/usr/share/applications/$pkgname.desktop
|
||||
|
||||
for _pic in 16 32 48 128 256; do
|
||||
install -Dm0644 ../src/Sigil/Resource_Files/icon/app_icon_$_pic.png \
|
||||
install -Dm0644 ../src/Resource_Files/icon/app_icon_$_pic.png \
|
||||
$pkgdir/usr/share/icons/hicolor/${_pic}x${_pic}/apps/$pkgname.png
|
||||
done
|
||||
install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_512.png \
|
||||
install -Dm644 ../src/Resource_Files/icon/app_icon_512.png \
|
||||
"$pkgdir/usr/share/pixmaps/$pkgname.png"
|
||||
python3 -m compileall "${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
|
||||
python3 -O -m compileall "${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
|
||||
}
|
||||
|
@ -2,12 +2,12 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=skanlite
|
||||
pkgver=2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Image Scanning Application for KDE"
|
||||
arch=('x86_64')
|
||||
url='http://www.kde.org'
|
||||
license=('LGPL')
|
||||
depends=('libksane' 'qt5-base' 'kcoreaddons' 'ki18n' 'kxmlgui' 'kio' 'kdoctools' 'libksane' 'ktextwidgets')
|
||||
depends=('libksane' 'qt5-base' 'kcoreaddons' 'ki18n' 'kxmlgui' 'kio' 'kdoctools' 'ktextwidgets')
|
||||
makedepends=('cmake' 'extra-cmake-modules')
|
||||
categories=('graphics')
|
||||
options=('docs')
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=skrooge
|
||||
pkgver=2.2.0
|
||||
pkgrel=2
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Allows you to manage your personal finances in KDE"
|
||||
arch=('x86_64')
|
||||
url="http://skrooge.org"
|
||||
@ -15,7 +15,7 @@ options=('!emptydirs')
|
||||
categories=('office')
|
||||
install=$pkgname.install
|
||||
source=("http://download.kde.org/stable/skrooge/$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('c711a63cff0874fdb0c9a1be954d6013dc77cafc30e779252fc50533ebae7eef')
|
||||
sha256sums=('76f57e2cede320848f1f1bef41b3be128aec9d59a8e643701b30bcae61f8a11a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
13
stk/PKGBUILD
13
stk/PKGBUILD
@ -1,10 +1,5 @@
|
||||
# Contributions from Arch:
|
||||
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
|
||||
# Contributor: Ray Rashif <schiv@archlinux.org>
|
||||
# Contributor: Mateusz Herych <heniekk@gmail.com>
|
||||
|
||||
pkgname=stk
|
||||
pkgver=4.5.0
|
||||
pkgver=4.5.1
|
||||
pkgrel=1
|
||||
pkgdesc='The Synthesis ToolKit in C++'
|
||||
arch=('x86_64')
|
||||
@ -16,9 +11,9 @@ optdepends=('tk: run provided demos/samples')
|
||||
source=("http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz"
|
||||
"$pkgname.license"
|
||||
runtime.patch)
|
||||
md5sums=('2fd27e51dd0df92edcf96bd9080db76d'
|
||||
'a0163d75a5f516b6c93f4fc948acff73'
|
||||
'36551c348340307c765fde85d4336e73')
|
||||
sha1sums=('138c2504dbc12b60b676feb58a03d49a8412a036'
|
||||
'175eff9fade08cf871799335acfebd4b8d023979'
|
||||
'962bf8c9ed71d79cddaf1d391d59fd8c44a58fbb')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user