mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
10.0.4-3
This commit is contained in:
parent
db4612b481
commit
7becf9ffb9
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: NSK-1010 <kotone[dot]olin1010[at]gmail[dot]com>
|
||||
pkgname=floorp
|
||||
pkgver=10.0.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Firefox-based browser with excellent privacy protection, developed by a community of students in Japan"
|
||||
url="http://floorp.ablaze.one"
|
||||
arch=('x86_64')
|
||||
|
|
@ -28,7 +28,7 @@ package() {
|
|||
cd "${srcdir}/${pkgname}"
|
||||
mkdir -p "${pkgdir}/usr/lib/${pkgname}"
|
||||
cp -rfv ./* "${pkgdir}/usr/lib/${pkgname}/"
|
||||
chmod 644 "${pkgdir}/usr/lib/${pkgname}"
|
||||
chmod 755 "${pkgdir}/usr/lib/${pkgname}"
|
||||
cd "${srcdir}"
|
||||
mkdir -p "${pkgdir}/usr/share/icons/hicolor/128x128/apps"
|
||||
convert -resize 128x128 "Creater_pack_Floorp/Floorp_imgs/Floorp_Legacy/png/icons.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/${pkgname}.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue