upg libqalculate unrar

This commit is contained in:
joborun linux 2023-09-19 02:33:52 +03:00
parent 646a9f1e60
commit 1ce9b00be9
4 changed files with 29 additions and 28 deletions

View File

@ -6,12 +6,12 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libqalculate
pkgver=4.8.0
pkgver=4.8.1
pkgrel=01
pkgdesc='Multi-purpose desktop calculator'
url='https://qalculate.github.io/'
#options=(debug) ### uncomment this for the debug pkg to be produced
depends=(libxml2 curl mpfr)
depends=(curl icu gcc-libs glibc gmp libxml2 mpfr readline)
makedepends=(intltool doxygen)
optdepends=('gnuplot: for plotting support')
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
@ -33,6 +33,6 @@ arch=(x86_64)
license=(GPL)
sha256sums=(c2761626a061b772da3cec9135c21e9b7ce5aa87a6bb47c9ddd7d82fc8f0f46c) # libqalculate-4.7.0.tar.gz
sha256sums=(a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54) # libqalculate-4.8.1.tar.gz
## a9bd6a444b4e1e2bdefcc1c585f67745f22a3366a8039f8c3f8c3061dfad6d01 libqalculate-4.8.0-01-x86_64.pkg.tar.lz
## 64e19fba47b21550112912cd0ff6e6b2dea35afe45540212a6dc3d726a89fde2 libqalculate-4.8.1-01-x86_64.pkg.tar.lz

View File

@ -2,21 +2,30 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=libqalculate
pkgver=4.8.0
pkgver=4.8.1
pkgrel=1
pkgdesc='Multi-purpose desktop calculator'
arch=(x86_64)
url='https://qalculate.github.io/'
license=(GPL)
depends=(libxml2 curl mpfr)
makedepends=(intltool doxygen)
depends=(curl
icu
gcc-libs
glibc
gmp
libxml2
mpfr
readline)
makedepends=(doxygen
intltool)
optdepends=('gnuplot: for plotting support')
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('c2761626a061b772da3cec9135c21e9b7ce5aa87a6bb47c9ddd7d82fc8f0f46c')
sha256sums=('a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
./configure \
--prefix=/usr
make
}

View File

@ -7,9 +7,10 @@
pkgbase=unrar
pkgname=(unrar libunrar)
pkgver=6.2.10
pkgver=6.2.11
pkgrel=01
epoch=1
depends=(gcc-libs glibc)
url='https://www.rarlab.com/rar_add.htm'
source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
@ -26,7 +27,6 @@ build() {
package_unrar() {
pkgdesc='The RAR uncompression program'
depends=(gcc-libs)
cd unrar
install -Dm755 unrar -t "$pkgdir"/usr/bin/
# install license
@ -35,7 +35,6 @@ package_unrar() {
package_libunrar() {
pkgdesc='Library and header file for applications that use libunrar'
depends=(gcc-libs)
cd libunrar
install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/
install -Dm644 dll.hpp -t "$pkgdir"/usr/include/unrar/
@ -49,15 +48,7 @@ arch=(x86_64)
license=(custom)
sha256sums=(55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42) # unrarsrc-6.2.10.tar.gz
## 0ee0dcf41cc8fec2751db285c8ea3b366f1f0139988bfab0fad81d70d139944b unrar-1:6.2.10-01-x86_64.pkg.tar.lz
## 515ece3cf642b657ae9d2f65b7d603104b7ab10ff625ab866bba3436e7eb35e3 libunrar-1:6.2.10-01-x86_64.pkg.tar.lz
# Note to packager:
ls -l *pkg.tar.lz
echo "you must rename this package to meet SF naming before you move to the repo"
mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log
sha256sums=(a805e150d56445770f71a85c3fbdc9ab4b04fbe61b01cb57182d86fe3e7e6cec) # unrarsrc-6.2.11.tar.gz
## e8832ba18ff9d00b268f462a7ac419dc5256019135c834b650b92c33d281bca4 libunrar-1:6.2.11-01-x86_64.pkg.tar.lz
## 24b8a304add2c8a47b6668a229805c2ce2e6d639dc737f4042ca2584a6c1255e unrar-1:6.2.11-01-x86_64.pkg.tar.lz

View File

@ -3,15 +3,18 @@
# Contributor: dorphell <dorphell@gmx.net>
pkgbase=unrar
pkgname=(unrar libunrar)
pkgver=6.2.10
pkgname=(libunrar
unrar)
pkgver=6.2.11
pkgrel=1
epoch=1
arch=(x86_64)
url='https://www.rarlab.com/rar_add.htm'
depends=(gcc-libs
glibc)
license=(custom)
source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
sha256sums=('55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42')
sha256sums=('a805e150d56445770f71a85c3fbdc9ab4b04fbe61b01cb57182d86fe3e7e6cec')
prepare() {
sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build flags
@ -26,7 +29,6 @@ build() {
package_unrar() {
pkgdesc='The RAR uncompression program'
depends=(gcc-libs)
cd unrar
install -Dm755 unrar -t "$pkgdir"/usr/bin/
# install license
@ -35,7 +37,6 @@ package_unrar() {
package_libunrar() {
pkgdesc='Library and header file for applications that use libunrar'
depends=(gcc-libs)
cd libunrar
install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/
install -Dm644 dll.hpp -t "$pkgdir"/usr/include/unrar/