* sync links with main arch
This commit is contained in:
parent
72962cd79f
commit
aec3978318
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=links
|
||||
pkgver=2.20.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A text WWW browser, similar to Lynx"
|
||||
arch=(x86_64 powerpc64le)
|
||||
url="http://links.twibright.com/"
|
||||
@ -18,7 +18,7 @@ optdepends=('libx11: for using xlinks'
|
||||
source=("http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2"
|
||||
'links.desktop')
|
||||
sha256sums=('4b4f07d0e6261118d1365a5a5bfa31e1eafdbd280cfae6f0e9eedfea51a2f424'
|
||||
'484571172aa19cf91c4ce9d9528a4ac52e9252d6e741897e7339880aa30dbc88')
|
||||
'f96bf2638e9c309bfdb857bd62a732b980231b3a683cd585ec872b249c2c1b19')
|
||||
|
||||
configure_options=(
|
||||
--prefix=/usr
|
||||
@ -59,7 +59,7 @@ package() {
|
||||
|
||||
install -D -m0644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop"
|
||||
install -d "${pkgdir}/usr/share/pixmaps"
|
||||
install -m0644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/"
|
||||
install -m0644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm links-48x48.xpm "${pkgdir}/usr/share/pixmaps/"
|
||||
|
||||
install -d "${pkgdir}/usr/share/doc/links/calibration"
|
||||
install -m0644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Links
|
||||
Comment=Minimal web browser in graphical mode
|
||||
Exec=xlinks -g
|
||||
Icon=links_32x32.xpm
|
||||
Icon=links-48x48.xpm
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Network;WebBrowser;
|
||||
|
Loading…
x
Reference in New Issue
Block a user