Skip to content

Instantly share code, notes, and snippets.

@Gabrielgtx
Gabrielgtx / PKGBUILD dukto
Created July 6, 2016 03:23
A simple, fast and multi-platform file transfer tool for LAN users. / http://www.msec.it/dukto
pkgname=dukto
pkgver=R6
pkgrel=1
pkgdesc="A simple, fast and multi-platform file transfer tool for LAN users."
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/dukto"
license=('GPL2')
depends=('qt4')
makedepends=('subversion')
source=(dukto::'svn+http://svn.code.sf.net/p/dukto/code/trunk#revision=109')
@Gabrielgtx
Gabrielgtx / PKGBUILD simple-mtpfs
Last active July 6, 2016 03:14
A FUSE filesystem that supports reading/writing from MTP devices / https://github.com/phatina/simple-mtpfs/
pkgname=simple-mtpfs
pkgver=0.2
pkgrel=1
pkgdesc="A FUSE filesystem that supports reading/writing from MTP devices"
arch=('i686' 'x86_64')
url="https://github.com/phatina/simple-mtpfs/"
license=('GPL2')
depends=('libmtp' 'fuse' 'gcc-libs')
options=(strip)
source=(https://github.com/phatina/simple-mtpfs/archive/$pkgname-$pkgver.tar.gz)
pkgname=flashplayer-standalone
pkgver=11.2.202.616
pkgrel=1
pkgdesc="Macromedia standalone flash player (nonfree)"
arch=('i686' 'x86_64')
url="http://www.adobe.com/support/flashplayer/downloads.html"
license=('custom')
# License matrix: http://www.adobe.com/products/eulas/
depends=('desktop-file-utils' 'lib32-curl' 'lib32-gtk2' 'lib32-libxt' 'lib32-nss')
makedepends_x86_64=()
@Gabrielgtx
Gabrielgtx / PKGBUILD wps-office
Last active July 6, 2016 03:15
WPS Office is an office productivity suite / http://wps-community.org/
pkgname=wps-office
pkgver=10.1.0.5672_a21
pkgrel=1
pkgdesc="WPS Office is an office productivity suite"
arch=('i686' 'x86_64')
license=("custom")
url="http://wps-community.org/"
depends=('fontconfig' 'libpng12' 'glib2' 'libsm' 'libxext' 'libxrender' 'libxml2' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu')
optdepends=('cups: for printing support'
'pango: for complex (right-to-left) text support')