Merge pull request #3693 from Vaelatern/dropbox
nautilus-dropbox: renamed to dropbox and description updated
This commit is contained in:
commit
a5cbb04f2e
3 changed files with 27 additions and 15 deletions
26
srcpkgs/dropbox/template
Normal file
26
srcpkgs/dropbox/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'dropbox'
|
||||||
|
pkgname=dropbox
|
||||||
|
version=2015.10.28
|
||||||
|
revision=1
|
||||||
|
_fullname="nautilus-dropbox"
|
||||||
|
hostmakedepends="pkg-config pygtk python-docutils"
|
||||||
|
makedepends="nautilus-devel pygtk-devel"
|
||||||
|
depends="pygtk"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
short_desc="Dropbox file sharing"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
wrksrc="${_fullname}-${version}"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.dropbox.com"
|
||||||
|
distfiles="https://linux.dropbox.com/packages/${_fullname}-${version}.tar.bz2"
|
||||||
|
checksum=2cd5af7f32176ab21744f057e7a917640d13fb48660042bbcfe21f214adc26aa
|
||||||
|
|
||||||
|
nautilus-dropbox_package() {
|
||||||
|
short_desc="Dropbox nautilus plugin"
|
||||||
|
depends="dropbox>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/lib/nautilus
|
||||||
|
vmove /usr/share/nautilus-dropbox
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/nautilus-dropbox
Symbolic link
1
srcpkgs/nautilus-dropbox
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
dropbox
|
|
@ -1,15 +0,0 @@
|
||||||
# Template file for 'nautilus-dropbox'
|
|
||||||
pkgname=nautilus-dropbox
|
|
||||||
version=2015.10.28
|
|
||||||
revision=1
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="nautilus-devel pygtk-devel python-docutils"
|
|
||||||
depends="pygtk"
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--disable-static"
|
|
||||||
short_desc="dropbox plugin for nautilus"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
license="GPL-2"
|
|
||||||
homepage="http://www.dropbox.com"
|
|
||||||
distfiles="https://linux.dropbox.com/packages/${pkgname}-${version}.tar.bz2"
|
|
||||||
checksum=2cd5af7f32176ab21744f057e7a917640d13fb48660042bbcfe21f214adc26aa
|
|
Loading…
Add table
Add a link
Reference in a new issue