summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2013-12-09 19:22:06 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2013-12-09 19:22:06 -0200
commitd12581cd83afecf25e9ff1bcd61a35bd1f73d0ec (patch)
tree89cd9cc7ded8784a7ef6a079d5006d609f137810 /libre
parentdcc8c01372ab57b204b41efc6500c704eda3fbc6 (diff)
parentd7226e030ea661d7da4a2d1e366924e577fdb836 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre')
-rw-r--r--libre/calibre-libre/PKGBUILD8
-rw-r--r--libre/calibre-libre/desktop_integration.patch24
-rw-r--r--libre/grub/PKGBUILD11
-rw-r--r--libre/grub/parabola_grub_mkconfig_fixes.patch28
-rw-r--r--libre/icedove-l10n/PKGBUILD114
-rw-r--r--libre/icedove-libre/PKGBUILD6
-rw-r--r--libre/linux-libre-lts/PKGBUILD10
-rw-r--r--libre/ogre-libre/PKGBUILD2
-rw-r--r--libre/povray-libre/PKGBUILD4
9 files changed, 115 insertions, 92 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD
index 9fe1b4729..18cd20770 100644
--- a/libre/calibre-libre/PKGBUILD
+++ b/libre/calibre-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101612 2013-11-29 07:52:50Z jelle $
+# $Id: PKGBUILD 102328 2013-12-08 20:04:25Z jelle $
# Maintainer: jelle van der Waa <jelle@vdwaa.nl>
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -9,7 +9,7 @@
_pkgname=calibre
pkgname=calibre-libre
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
pkgdesc="Ebook management application, with unar support"
arch=('i686' 'x86_64' 'mips64el')
@@ -30,8 +30,8 @@ install=calibre.install
source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz"
'desktop_integration.patch'
'calibre-mount-helper')
-md5sums=('aeee6229f36eacdd1a28bade3bc1dd9f'
- '8353d1878c5a498b3e49eddef473605f'
+md5sums=('1191a9313fb3dd9d4d47dfb5a3e52690'
+ '971802d53fd0480c930735174ec25311'
'675cd87d41342119827ef706055491e7')
prepare(){
diff --git a/libre/calibre-libre/desktop_integration.patch b/libre/calibre-libre/desktop_integration.patch
index 2c6f07672..2749e1d1c 100644
--- a/libre/calibre-libre/desktop_integration.patch
+++ b/libre/calibre-libre/desktop_integration.patch
@@ -1,6 +1,7 @@
---- a/src/calibre/linux.py 2013-03-01 05:49:28.000000000 +0100
-+++ b/src/calibre/linux.py 2013-03-03 14:53:05.000000000 +0100
-@@ -447,19 +447,6 @@
+diff -aur calibre/src/calibre/linux.py calibre.new/src/calibre/linux.py
+--- calibre/src/calibre/linux.py 2013-12-06 05:13:34.000000000 +0100
++++ calibre.new/src/calibre/linux.py 2013-12-08 20:30:59.097240827 +0100
+@@ -451,18 +451,6 @@
self.setup_completion()
if islinux or isbsd:
self.setup_desktop_integration()
@@ -16,11 +17,10 @@
- shutil.rmtree(f) if os.path.isdir(f) else os.unlink(f)
- if os.stat(config_dir).st_uid == 0:
- os.rmdir(config_dir)
--
+
if warn is None and self.warnings:
self.info('There were %d warnings'%len(self.warnings))
- for args, kwargs in self.warnings:
-@@ -508,7 +495,7 @@
+@@ -513,7 +501,7 @@
if isnetbsd:
f = os.path.join(self.opts.staging_root, 'share/bash_completion.d/calibre')
else:
@@ -29,7 +29,7 @@
if not os.path.exists(os.path.dirname(f)):
os.makedirs(os.path.dirname(f))
if zsh.dest:
-@@ -651,63 +638,39 @@
+@@ -657,48 +645,28 @@
with TemporaryDirectory() as tdir, CurrentDir(tdir), \
PreserveMIMEDefaults():
@@ -57,6 +57,9 @@
- render_img('viewer.png', 'calibre-viewer.png')
- cc('xdg-icon-resource install --size 128 calibre-viewer.png calibre-viewer', shell=True)
- self.icon_resources.append(('apps', 'calibre-viewer', '128'))
+- render_img('tweak.png', 'calibre-ebook-tweak.png')
+- cc('xdg-icon-resource install --size 128 calibre-ebook-tweak.png calibre-ebook-tweak', shell=True)
+- self.icon_resources.append(('apps', 'calibre-ebook-tweak', '128'))
+ dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')
+ os.mkdir(dir)
+ render_img('mimetypes/lrf.png', os.path.join(dir,'calibre-lrf.png'))
@@ -73,6 +76,7 @@
def write_mimetypes(f):
f.write('MimeType=%s;\n'%';'.join(mimetypes))
+ from calibre.ebooks.oeb.polish.main import SUPPORTED
- f = open('calibre-lrfviewer.desktop', 'wb')
+ dir = os.path.join(self.opts.staging_sharedir,'../applications')
+ os.mkdir(dir)
@@ -83,6 +87,10 @@
+ f = open(os.path.join(dir, 'calibre-ebook-viewer.desktop'), 'wb')
f.write(EVIEWER)
write_mimetypes(f)
+ f = open('calibre-ebook-tweak.desktop', 'wb')
+@@ -706,22 +674,15 @@
+ mt = [guess_type('a.' + x.lower())[0] for x in SUPPORTED]
+ f.write('MimeType=%s;\n'%';'.join(mt))
f.close()
- f = open('calibre-gui.desktop', 'wb')
+ f = open(os.path.join(dir, 'calibre-gui.desktop'), 'wb')
@@ -90,7 +98,7 @@
write_mimetypes(f)
f.close()
- des = ('calibre-gui.desktop', 'calibre-lrfviewer.desktop',
-- 'calibre-ebook-viewer.desktop')
+- 'calibre-ebook-viewer.desktop', 'calibre-ebook-tweak.desktop')
- for x in des:
- cmd = ['xdg-desktop-menu', 'install', '--noupdate', './'+x]
- cc(' '.join(cmd), shell=True)
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 101aca8e9..a4a17b4c8 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -2,6 +2,7 @@
# Maintainer : Ronald van Haren <ronald.archlinux.org>
# Contributor: Keshav Padram Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
+# Contributor (Parabola): Márcio Silva <coadde@parabola.nu>
_pkgver="2.00"
_GRUB_GIT_COMMIT="5ae5c54c7e5cb048cdd78a53181cee0da698a953"
@@ -14,7 +15,7 @@ _GRUB_GIT_COMMIT="5ae5c54c7e5cb048cdd78a53181cee0da698a953"
pkgname="grub"
pkgdesc="GNU GRand Unified Bootloader (2), (Parabola rebranded)"
pkgver=2.00.1282.g5ae5c54
-pkgrel=1.1
+pkgrel=1.3
epoch="1"
url="https://www.gnu.org/software/grub/"
arch=('x86_64' 'i686')
@@ -48,7 +49,7 @@ source=("grub-${_pkgver}::git+git://git.sv.gnu.org/grub.git#commit=${_GRUB_GIT_C
md5sums=('SKIP'
'6b8263ceccef33bd633aa019d74b7943'
- 'f72e7b96f7b8aaf1730728724b0e32b9'
+ 'aec37e36ba7806217be33d12a7eed062'
'be55eabc102f2c60b38ed35c203686d6'
'a9ef0067f6824944fa1ae22a5162d7d4'
'SKIP'
@@ -249,6 +250,9 @@ _package_grub-common_and_bios() {
msg "Install /etc/default/grub (used by grub-mkconfig)"
install -D -m0644 "${srcdir}/grub.default" "${pkgdir}/etc/default/grub"
+ msg "Add msdos.mod symlink"
+ ln -s "msdospart.mod" "${pkgdir}/usr/lib/grub/i386-pc/msdos.mod" || true
+
}
_package_grub-efi() {
@@ -264,6 +268,9 @@ _package_grub-efi() {
rm -f "${pkgdir}/usr/lib/grub/${_EFI_ARCH}-efi"/*.image || true
rm -f "${pkgdir}/usr/lib/grub/${_EFI_ARCH}-efi"/{kernel.exec,gdb_grub,gmodule.pl} || true
+ msg "Add msdos.mod symlink"
+ ln -s "msdospart.mod" "${pkgdir}/usr/lib/grub/${_EFI_ARCH}-efi/msdos.mod" || true
+
}
package() {
diff --git a/libre/grub/parabola_grub_mkconfig_fixes.patch b/libre/grub/parabola_grub_mkconfig_fixes.patch
index 0b3acf485..6e3a524f0 100644
--- a/libre/grub/parabola_grub_mkconfig_fixes.patch
+++ b/libre/grub/parabola_grub_mkconfig_fixes.patch
@@ -31,10 +31,10 @@ index d2e7252..8259f45 100644
gfxterm=0;
for x in ${GRUB_TERMINAL_INPUT} ${GRUB_TERMINAL_OUTPUT}; do
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
-index e27d6f7..2d60949 100644
+index e27d6f7..a946e71 100644
--- a/util/grub.d/10_linux.in
+++ b/util/grub.d/10_linux.in
-@@ -31,7 +31,17 @@ CLASS="--class gnu-linux --class gnu --class os"
+@@ -31,7 +31,25 @@ CLASS="--class gnu-linux --class gnu --class os"
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
OS=GNU/Linux
else
@@ -43,6 +43,14 @@ index e27d6f7..2d60949 100644
+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
+ elif [ "${GRUB_DISTRIBUTOR}" = "parabola" ] ; then
+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
++ elif [ "${GRUB_DISTRIBUTOR}" = "Blag" ] ; then
++ OS="${GRUB_DISTRIBUTOR} Linux and GNU"
++ elif [ "${GRUB_DISTRIBUTOR}" = "blag" ] ; then
++ OS="${GRUB_DISTRIBUTOR} Linux and GNU"
++ elif [ "${GRUB_DISTRIBUTOR}" = "Musix" ] ; then
++ OS="${GRUB_DISTRIBUTOR} GNU+Linux"
++ elif [ "${GRUB_DISTRIBUTOR}" = "musix" ] ; then
++ OS="${GRUB_DISTRIBUTOR} GNU+Linux"
+ elif [ "${GRUB_DISTRIBUTOR}" = "Dragora" ] ; then
+ OS="${GRUB_DISTRIBUTOR} GNU/Linux-libre"
+ elif [ "${GRUB_DISTRIBUTOR}" = "dragora" ] ; then
@@ -53,7 +61,7 @@ index e27d6f7..2d60949 100644
CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1|LC_ALL=C sed 's,[^[:alnum:]_],_,g') ${CLASS}"
fi
-@@ -87,6 +97,8 @@ linux_entry ()
+@@ -87,6 +105,8 @@ linux_entry ()
case $type in
recovery)
title="$(gettext_printf "%s, with Linux %s (recovery mode)" "${os}" "${version}")" ;;
@@ -62,7 +70,7 @@ index e27d6f7..2d60949 100644
*)
title="$(gettext_printf "%s, with Linux %s" "${os}" "${version}")" ;;
esac
-@@ -100,7 +112,7 @@ linux_entry ()
+@@ -100,7 +120,7 @@ linux_entry ()
else
echo "menuentry '$(echo "$os" | grub_quote)' ${CLASS} \$menuentry_id_option 'gnulinux-simple-$boot_device_id' {" | sed "s/^/$submenu_indentation/"
fi
@@ -71,7 +79,7 @@ index e27d6f7..2d60949 100644
save_default_entry | grub_add_tab
fi
-@@ -132,7 +144,8 @@ linux_entry ()
+@@ -132,7 +152,8 @@ linux_entry ()
fi
printf '%s\n' "${prepare_boot_cache}" | sed "s/^/$submenu_indentation/"
fi
@@ -81,7 +89,7 @@ index e27d6f7..2d60949 100644
sed "s/^/$submenu_indentation/" << EOF
echo '$(echo "$message" | grub_quote)'
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}
-@@ -190,7 +203,22 @@ while [ "x$list" != "x" ] ; do
+@@ -190,7 +211,22 @@ while [ "x$list" != "x" ] ; do
alt_version=`echo $version | sed -e "s,\.old$,,g"`
linux_root_device_thisversion="${LINUX_ROOT_DEVICE}"
@@ -104,7 +112,7 @@ index e27d6f7..2d60949 100644
for i in "initrd.img-${version}" "initrd-${version}.img" "initrd-${version}.gz" \
"initrd-${version}" "initramfs-${version}.img" \
"initrd.img-${alt_version}" "initrd-${alt_version}.img" \
-@@ -198,7 +226,8 @@ while [ "x$list" != "x" ] ; do
+@@ -198,7 +234,8 @@ while [ "x$list" != "x" ] ; do
"initramfs-genkernel-${version}" \
"initramfs-genkernel-${alt_version}" \
"initramfs-genkernel-${GENKERNEL_ARCH}-${version}" \
@@ -114,7 +122,7 @@ index e27d6f7..2d60949 100644
if test -e "${dirname}/${i}" ; then
initrd="$i"
break
-@@ -226,6 +255,22 @@ while [ "x$list" != "x" ] ; do
+@@ -226,6 +263,22 @@ while [ "x$list" != "x" ] ; do
linux_root_device_thisversion=${GRUB_DEVICE}
fi
@@ -137,7 +145,7 @@ index e27d6f7..2d60949 100644
if [ "x$is_top_level" = xtrue ] && [ "x${GRUB_DISABLE_SUBMENU}" != xy ]; then
linux_entry "${OS}" "${version}" simple \
"${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
-@@ -240,8 +285,11 @@ while [ "x$list" != "x" ] ; do
+@@ -240,8 +293,11 @@ while [ "x$list" != "x" ] ; do
is_top_level=false
fi
@@ -149,7 +157,7 @@ index e27d6f7..2d60949 100644
if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then
linux_entry "${OS}" "${version}" recovery \
"single ${GRUB_CMDLINE_LINUX}"
-@@ -252,8 +300,10 @@ done
+@@ -252,8 +308,10 @@ done
# If at least one kernel was found, then we need to
# add a closing '}' for the submenu command.
diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD
index 58645651d..423b11d2a 100644
--- a/libre/icedove-l10n/PKGBUILD
+++ b/libre/icedove-l10n/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=icedove-l10n
epoch=1
-_pkgver=24.0
-pkgver=24.0.deb1
+_pkgver=24.1.1
+pkgver=24.1.1.deb1
_langpacks=(ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW)
@@ -65,58 +65,58 @@ done
md5sums=('d5b2567a8cc8f64591f313a6efdaaffc'
'f3719964e893c1002b7a923e8f95f923'
- '00e5745138bd36a6dda6996ca82bb458'
- '2681d2dd9cba526734ac85a07bd72dff'
- 'cd10d510639d2b4c524cd3a8fed30845'
- 'b5d4c6176cb3d9181bc4958a59955371'
- 'ec714abc51563df68c0e767499eb131b'
- 'b3958d9eb8ff1074524c913eea9d4531'
- '6cd59396e969a9fe0c9c4494b05e0d70'
- 'a9cb42920b2dc0a07df802f9720e2976'
- 'ca88f9d29b53c5249e04007b27e6b6f1'
- '7800c97656d7c969d7d99efaf5449547'
- '52c26e8e74d054a9b0e8b785d05a1219'
- 'da4d4b0a905905a6befdacfc93ce11ec'
- '7a1b3a80c2451cf388b1f394843d4d6e'
- 'c9e1bb783a81d0a2cebe1ddec3a29c2b'
- 'f586ca445a5e9cdb0cd8e5da5e301f75'
- 'cda87ee3de3712dd7d98a31205cd0d78'
- '97dfd7b9bdd3ffc451874a7c918747a8'
- '3cf977ccd8b1f4b5215c7bec4e795063'
- 'ce4b74e192d97b37b29bf725884bab77'
- '0e131941c0cb0e7c2ecac70092c931a5'
- '2140ad226acf709cbdf0a8323c704d97'
- 'e539e40b18fb35398e88eadda0751256'
- 'f7e0ff5bc085fa947d56677732ad40df'
- 'e031bcb2d0df57a79d39aa8555e918ba'
- '87f1310bff7b978a8015362dc95dfeba'
- '2d3e0e115d0b9b1cd061beeb7cfb1039'
- 'da16f65cb7095bf7ab50334d5310b46b'
- 'b0ef1e6b1289376c25dfad11fd3b5825'
- 'b33c0fc1a1b6d6f1b61e33e16a68c3aa'
- '91d710244168d0c1c769435a60b64f3c'
- '8debe2067c3ffdd910cfa0ad99ed62dd'
- '7b639bf8009edb028538722812d29c1f'
- '6ab044113bb056df256112716c4d7bc6'
- '1f1cfc93ae9c04d6062d824fdf89ef0a'
- 'c13d3d3653cbb530aafd82ea3a455b31'
- '4f0acf27aa26483e161ad74c0bde0a0d'
- '0b19f435b174941580e423586330af30'
- '2c377b2b3dcbe5869c2db0dda2de06ed'
- 'a7a04da21888fd15b755529b5bf2e36f'
- '9309c021fc49d3a0aee8df25d41f525a'
- '297f79f74a807063de05ed34159d7524'
- '35d94ffaa43bd3dc451723b392b2bd2a'
- '6028467f08ef13bd6b6a1de7348e06d3'
- 'b2903194003960ed7189ce6834abfb07'
- '3841804189ed1a6bbf1a4845b5fdf53f'
- '58245e37b544aa0dd0ce79e383a6aa23'
- '5ee4beab35fd0adb3b250fb80a9b82a8'
- '3d702ac32f8184038d38b2dbc7e7c886'
- '27c5580bd0f7d45362e367c8b1675190'
- 'a70ab64d7bc529083bfe5ae4be9a4c0c'
- 'd7ca7f6c776958b22f97f59d7e28c647'
- '4beb1c99e43c4ea2fea8d9d877bcfe06'
- '67098d273f37d70f59f04b8be7a96595'
- '69dd513b2ea4472b5b651faf278ba836'
- 'a62005875fba96de365a1432e6616842')
+ '71b52e9b2ea4b2813579151107b26d7c'
+ '0001f92a0a732b2d8d4abe5b73739871'
+ '0ca3fd860debb0f4bea75c295cd794bf'
+ '3fa1b7e34efb29fcf12ff84c9b7cfb99'
+ '0d412e040d7db1bff6ba7a5901c194a3'
+ '196390a5683708ea9d1dff08d5da4969'
+ '1b580efd13589da4a7c700ce675b4de8'
+ '3f0b570ace30f4b8439328f63424914a'
+ '5d7890dce639c703319185dcca099c19'
+ '02352099e2bb79b9ed57b8b735d1b662'
+ '1b463b18db5640f9fb1fbb82f9862d51'
+ 'f8053c0d509c95643be7c993f79469e8'
+ 'c7286e9fb549480c7565947162473eb3'
+ 'a180d36ebe0e04a452c452d8ca249936'
+ 'faa9054e681927eec112b989b9b9f916'
+ 'd5b4bbe5cd18b72b7d8c649b68a095bb'
+ '5fd037b2d60ff663eccbf0788a52cce7'
+ '824805de27a69e5323c6e547974c6c02'
+ '6a3e55d20d4945ead133054127b1ba17'
+ '81db405732d6b5e6fd057505be5b03c1'
+ '25338963e6cbf51ea9c18bc7bd786a44'
+ 'bfc2a548805ba54bb81d8deaa5fcf406'
+ 'da5d4edacaf56bbb015987b334c49a46'
+ '264aa5440cd50dd1d09b1f6c682dde95'
+ '1a671a227b2713f0d7ede3b8c547e003'
+ '4dfce580e8d6f889ef868cf1a85ddd89'
+ 'cded11a2ee85f1bfa704a8bcfd7063ac'
+ 'ca08979c98adc6b1c1086c1bf037d64a'
+ '6d433d1b6395957c9c16eb9efe79c461'
+ '412186cd09492af191ef5b8e5523997b'
+ '9f5f15ba89ed4a7dd82b973616a84fb1'
+ 'ff817ed985260ba5b2284d70ede97cfc'
+ 'c6474a9d0a49b177b8d1daca5e3faf54'
+ '81f1379b774a9762918b5bb6fd613a94'
+ 'dfb5c1393033518e12ae9ff91afeed97'
+ '24383d610a424cc71c44b9fa923b9743'
+ 'c5918f13d25dd124ed8050b7177a6adf'
+ '76ec5c28687220f39bac18fd2381ab29'
+ '03263f5ebc6e38022c808689ff0f848c'
+ 'aaa66545fb46d23ea0b5537495b0c08e'
+ '5e105d2fd7ad811f3afbe375ab8ef293'
+ '955a91d8b73bd14f12afa4be13a45bca'
+ 'dbd1a1b2ea0777d1df361f973d53c27e'
+ '03f0558bcbc1dafa4b29bcf1a69ca170'
+ 'd1a58f928165c099c01b8687e92889af'
+ 'a8b3385d0c7679b871cf9bcaf406ca26'
+ '2fbeac1775ab8ce9096ee14d628c68e8'
+ '450ac4b6e744b7ed8cd92e9852d0e80f'
+ '31c56ec4e6de175c75b60e421f1381fc'
+ '43d1335568bc7b6806ed5151e7b38243'
+ 'eaece7103da2f8b19967d5f4b5e7befc'
+ '9b3abcfb1ccac0b863dcde99ab487d71'
+ '343fcfdec8f55f2e227bb5e1a5804907'
+ 'ee9931bb007f935c0aaa16031c4319e7'
+ 'ee92083eea883b10946cee46ac529d21')
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD
index 20dbea731..b21733dd6 100644
--- a/libre/icedove-libre/PKGBUILD
+++ b/libre/icedove-libre/PKGBUILD
@@ -3,7 +3,7 @@
# We're getting this from Debian Experimental
_debname=icedove
-_debver=24.0
+_debver=24.1.1
_debrel=deb1
_debrepo=http://ftp.debian.org/debian/pool/main/
debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
@@ -30,8 +30,8 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.xz"
vendor.js
${_pkgname}.desktop)
options=(!emptydirs)
-md5sums=('c69b05c9a1c28d455964aed4927ef916'
- 'c67dc2f46f0e4d463ebe1ccdbfae6392'
+md5sums=('91ddfb44481e6cb456d835a832d885c1'
+ '9f060324dbed3f8d27c896703bda6078'
'c46cf2a671c8fdefcabd4c87e38f3d40'
'5a53179d14ae9631b7afe5e4d0fc0b25'
'e785e0c267f4435ae1a9aa0b03bcacfb')
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index bf0ae30f4..cb9208fdc 100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 200621 2013-11-30 07:51:32Z andyrtr $
+# $Id: PKGBUILD 201310 2013-12-08 19:32:47Z bpiotrowski $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
@@ -10,10 +10,10 @@
pkgbase=linux-libre-lts # Build stock -LIBRE-LTS kernel
#pkgbase=linux-libre-custom # Build kernel with a different name
_basekernel=3.10
-_sublevel=21
+_sublevel=23
pkgver=${_basekernel}.${_sublevel}
pkgrel=1
-_lxopkgver=${_basekernel}.20 # nearly always the same as pkgver
+_lxopkgver=${_basekernel}.22 # nearly always the same as pkgver
arch=('i686' 'x86_64' 'mips64el')
url="http://linux-libre.fsfla.org/"
license=('GPL2')
@@ -33,7 +33,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn
'3.10.6-logitech-dj.patch'
"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2")
md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c'
- '94060293e1d9a578be3608d56791e03e'
+ '2e26ed65335ab64ada8803dc96540c4c'
'59a0759df09a59d48d0c470895c50cbb'
'ad7f5988deb617e3789f95d7e675860d'
'c072b17032e80debc6a8626299245d46'
@@ -43,7 +43,7 @@ md5sums=('d562fd52580a3b6b18b6eeb5921d1d5c'
'f3def2cefdcbb954c21d8505d23cc83c'
'd50c1ac47394e9aec637002ef3392bd1'
'3ff40ca684cfe719723e627e2cef7cea'
- '0efbf76783283b57a3cc3218dfc5b277')
+ '06b6b445e036f2671d13e1132833adcb')
if [ "$CARCH" != "mips64el" ]; then
# don't use the Loongson-specific patches on non-mips64el arches.
unset source[${#source[@]}-1]
diff --git a/libre/ogre-libre/PKGBUILD b/libre/ogre-libre/PKGBUILD
index 3cae7fc96..57c001e61 100644
--- a/libre/ogre-libre/PKGBUILD
+++ b/libre/ogre-libre/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=(
#$_bldname-addon-$pkgbase # package unstable
)
pkgver=1.9.0
-pkgrel=2
+pkgrel=4
pkgdesc='Scene-oriented, flexible 3D engine written in C++, without nonfree software support and files'
arch=(
mips64el
diff --git a/libre/povray-libre/PKGBUILD b/libre/povray-libre/PKGBUILD
index 033b2bd6c..70cb073a9 100644
--- a/libre/povray-libre/PKGBUILD
+++ b/libre/povray-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101201 2013-11-19 12:48:08Z arodseth $
+# $Id: PKGBUILD 101605 2013-11-29 04:23:22Z eric $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: tobias <tobias@archlinux.org>
@@ -11,7 +11,7 @@
_pkgname=povray
pkgname=$_pkgname-libre
pkgver=3.7
-pkgrel=2
+pkgrel=4
epoch=1
pkgdesc='Script based raytracer for creating 3D graphics, without nonfree documentation'
arch=('x86_64' 'i686' 'mips64el')