Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit c2ee40f

Browse files
committed
lftp 4.8.2
brackets 1.11, gcrypt.so file no longer needed, /usr included in source, remove seperate /usr packaging section fails to run, no errors, possible curl3 issue scala 2.12.3.1 plasma-integration added new dep, prep next build
1 parent bc2f512 commit c2ee40f

File tree

5 files changed

+18
-32
lines changed

5 files changed

+18
-32
lines changed

brackets/PKGBUILD

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,36 @@
11

22
pkgname=brackets
3-
pkgver=1.10
3+
pkgver=1.11
44
pkgrel=1
55
pkgdesc="Open source code editor for web designers and front-end developers."
66
arch=("x86_64")
77
url="http://brackets.io"
88
license=("MIT")
99
depends=('gconf' 'nss' 'systemd' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
10-
makedepends=('prelink')
1110
optdepends=("google-chrome: to enable Live Preview"
1211
"gnuplot: to enable node benchmarking"
1312
"ruby: to enable LiveDevelopment Inspector")
1413
install=${pkgname}.install
1514
source=("https://github.com/adobe/brackets/releases/download/release-${pkgver}/Brackets.Release.${pkgver}.64-bit.deb"
1615
'libgcrypt.so.11.8.2')
17-
md5sums=('bc99bbfd99bb847b069ad89736954ac3'
16+
md5sums=('c102feb1e4ab03b36262d4c0e2c7e95d'
1817
'a17acc9851185dd5f219458140e6ccda')
1918

2019
prepare() {
2120
cd $srcdir/
2221

2322
tar -xf data.tar.xz
24-
execstack -c opt/${pkgname}/Brackets
2523
}
2624

2725
package() {
2826
install -d ${pkgdir}/opt
2927
cp -r opt/${pkgname} ${pkgdir}/opt/${pkgname}
28+
cp -r usr/ ${pkgdir}/usr
3029

3130
chmod -R a+rw ${pkgdir}/opt/${pkgname}/samples
3231

33-
install -d ${pkgdir}/usr/bin
34-
ln -s /opt/brackets/brackets ${pkgdir}/usr/bin/${pkgname}
35-
36-
local _icon_dir="usr/share/icons/hicolor"
37-
install -d ${pkgdir}/$_icon_dir/scalable/apps
38-
install -Dm644 $_icon_dir/scalable/apps/${pkgname}.svg ${pkgdir}/$_icon_dir/scalable/apps/${pkgname}.svg
39-
for _icon in "opt/brackets/appshell"*.png; do
40-
local _icon_size=${_icon##*/appshell}
41-
install -d ${pkgdir}/$_icon_dir/${_icon_size%.png}x${_icon_size%.png}/apps
42-
install -Dm644 $_icon ${pkgdir}/$_icon_dir/${_icon_size%.png}x${_icon_size%.png}/apps/${pkgname}.png
43-
done
44-
4532
install -d ${pkgdir}/usr/share/applications
46-
sed 's/Development/Development;/' opt/${pkgname}/${pkgname}.desktop > ${pkgdir}/usr/share/applications/${pkgname}.desktop
33+
install -m755 opt/${pkgname}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
4734

4835
install -Dm755 usr/share/doc/${pkgname}/copyright ${pkgdir}/usr/share/licenses/${pkgname}/copyright
49-
#libgcrypt 1.6.0 fix
50-
install -m755 ${srcdir}/libgcrypt.so.11.8.2 ${pkgdir}/opt/brackets/libgcrypt.so.11
5136
}

krita/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
pkgname=krita
3-
pkgver=3.2.1
4-
_pkgver=3.2.1
5-
pkgrel=2
3+
pkgver=3.3.0
4+
_pkgver=3.3.0
5+
pkgrel=1
66
pkgdesc="Program for sketching and painting, offering an end–to–end solution for creating digital painting files from scratch"
77
arch=('x86_64')
88
url='https://krita.org/'
@@ -18,7 +18,7 @@ replaces=('krita-l10n')
1818
source=("https://download.kde.org/stable/krita/${_pkgver}/${pkgname}-${_pkgver}.tar.gz"
1919
"https://github.com/KDE/krita/commit/2f59d0d1d91e3f79342c20d0df68aa9a51817e8d.diff"
2020
'launch_krita.sh')
21-
md5sums=('00896775772991182e927248eb3ef198'
21+
md5sums=('f68de1e0aa6483fe7f33d09c7748e4a6'
2222
'5fb8c7f3694ed02b329d0faff234c420'
2323
'673003bb648af0d4f801043ee0a17c2a')
2424

lftp/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
pkgname=lftp
3-
pkgver=4.8.1
4-
_pkgver=4.8.1
5-
pkgrel=2
3+
pkgver=4.8.2
4+
_pkgver=4.8.2
5+
pkgrel=1
66
pkgdesc="Sophisticated command line based FTP client with openssl"
77
arch=('x86_64')
88
url="https://lftp.yar.ru/"
@@ -11,7 +11,7 @@ depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'perl' 'sh')
1111
makedepends=('autoconf')
1212
categories=('network')
1313
source=("https://lftp.yar.ru/ftp/${pkgname}-${_pkgver}.tar.xz")
14-
md5sums=('4ce82e5bbd331055247fc7263cdfdbf7')
14+
md5sums=('36f3ca2c070391282e0260dd6234af3b')
1515

1616
build() {
1717
cd ${pkgname}-${_pkgver}

plasma-integration/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ arch=('x86_64')
1010
url='https://github.com/KDE/plasma-integration'
1111
license=('LGPL')
1212
depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kiconthemes' 'kio' 'knotifications' 'kwidgetsaddons'
13-
'kwayland' 'noto-fonts' 'breeze' 'ttf-hack')
13+
'kwayland' 'noto-fonts' 'breeze' 'ttf-hack' 'qt5-quickcontrols2')
1414
makedepends=('extra-cmake-modules')
1515
groups=('plasma5')
1616
#source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"

scala/PKGBUILD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11

22
pkgname=scala
3-
pkgver=2.12.3
3+
pkgver=2.12.3.1
4+
_pkgver=2.12.3-1
45
pkgrel=1
56
pkgdesc="Acronym for Scalable Language, running on the JVM. Java and Scala classes"
67
arch=('x86_64')
78
url="https://www.scala-lang.org"
89
license=('custom')
910
depends=('sh' 'java-environment')
10-
source=("https://www.scala-lang.org/files/archive/scala-$pkgver.tgz")
11-
md5sums=('68ba79e2172fc1ab8120fe6c615a2713')
11+
source=("https://www.scala-lang.org/files/archive/scala-${_pkgver}.tgz")
12+
md5sums=('0b88fccb499672ea00b11875a4d5f0dd')
1213

1314
package() {
14-
cd ${srcdir}/scala-${pkgver}
15+
cd scala-${_pkgver}
1516

1617
install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 ${pkgdir}/usr/share/scala/{bin,lib}
1718
cp -r lib ${pkgdir}/usr/share/scala/

0 commit comments

Comments
 (0)