added geany upg brave
This commit is contained in:
parent
3b93f48e12
commit
454cf9485d
6 changed files with 78 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=brave-nightly-bin
|
||||
pkgdesc="Web browser that blocks ads and trackers by default (nightly alpha binary release) - this is de-googled but still you have to turn telemetry and autoupdating off in the options, don't trust brave blindly"
|
||||
pkgver=1.38.64
|
||||
pkgver=1.39.3
|
||||
pkgrel=01
|
||||
url='https://brave.com/download-nightly'
|
||||
source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-browser-nightly_${pkgver}_amd64.deb"
|
||||
|
|
35
geany/PKGBUILD
Normal file
35
geany/PKGBUILD
Normal file
|
@ -0,0 +1,35 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcomm/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=geany
|
||||
pkgver=1.38
|
||||
pkgrel=01
|
||||
pkgdesc='Fast and lightweight IDE'
|
||||
arch=(x86_64)
|
||||
url='https://www.geany.org/'
|
||||
depends=(gtk3)
|
||||
makedepends=(doxygen intltool python-lxml)
|
||||
optdepends=('geany-plugins: additional functionality'
|
||||
'vte3: embedded terminal support')
|
||||
source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --enable-gtk3 --enable-gtkdoc-header --prefix=/usr
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
|
||||
license=(GPL)
|
||||
|
||||
sha256sums=(abff176e4d48bea35ee53037c49c82f90b6d4c23e69aed6e4a5ca8ccd3aad546) # geany-1.38.tar.bz2
|
30
geany/PKGBUILD-arch
Normal file
30
geany/PKGBUILD-arch
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
||||
# Contributor: Ionut Biru <ibiru@archlinux.ro>
|
||||
# Contributor: William Rea <sillywilly@gmail.com>
|
||||
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
|
||||
|
||||
pkgname=geany
|
||||
pkgver=1.38
|
||||
pkgrel=1
|
||||
pkgdesc='Fast and lightweight IDE'
|
||||
arch=(x86_64)
|
||||
url='https://www.geany.org/'
|
||||
license=(GPL)
|
||||
depends=(gtk3)
|
||||
makedepends=(doxygen intltool python-lxml)
|
||||
optdepends=('geany-plugins: additional functionality'
|
||||
'vte3: embedded terminal support')
|
||||
source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
|
||||
b2sums=('3dda3a7454f96be18de95f8dfeb7a6ee2627ffe370879fa3ee7aee851e21fa46076de6b9741b6e83af94b66afa245a0f69237db4582858bc40f819d8a3c78e6e')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --enable-gtk3 --enable-gtkdoc-header --prefix=/usr
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
|
||||
}
|
1
geany/clean
Normal file
1
geany/clean
Normal file
|
@ -0,0 +1 @@
|
|||
rm -rf {src,pkg,gean*tar.bz2}
|
6
geany/deps
Normal file
6
geany/deps
Normal file
|
@ -0,0 +1,6 @@
|
|||
gtk3
|
||||
doxygen
|
||||
intltool
|
||||
python-lxml
|
||||
|
||||
gettext
|
5
geany/time
Normal file
5
geany/time
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
real 1m29.230s
|
||||
user 4m16.262s
|
||||
sys 0m15.476s
|
||||
|
Loading…
Reference in a new issue