nautilus-dropbox: renamed to dropbox
This commit is contained in:
parent
f22f6fc6da
commit
95ce6694d5
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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…
Reference in New Issue