summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Mamzikov2016-01-19 10:31:08 +0500
committerAlexander Mamzikov2016-01-19 10:31:08 +0500
commit5727eecf24055612b031c83382f7577560944ec8 (patch)
tree1f53e90e9e5b75320d4611f23274de451555513e /PKGBUILD
parent68cef9b99878a9ee122e8d102fd4d3d30bf1a99a (diff)
downloadaur-5727eecf24055612b031c83382f7577560944ec8.tar.gz
Added Dependencies from ldd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD43
1 files changed, 41 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82495fccd846..379ab14c61ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,52 @@
pkgname=transgui
pkgver=5.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Feature rich cross platform front-end to remotely control a Transmission Bit-Torrent client daemon via its RPC protocol. Transmission Remote GUI is faster and has more functionality than the built-in Transmission web interface."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/transgui"
license=('GPL2')
groups=()
-depends=()
+depends=(atk
+bzip2
+cairo
+expat
+fontconfig
+freetype2
+gdk-pixbuf2
+glib2
+glibc
+graphite
+gtk2
+harfbuzz
+libdatrie
+libdrm
+libffi
+libpng
+libthai
+libx11
+libxau
+libxcb
+libxcomposite
+libxcursor
+libxdamage
+libxdmcp
+libxext
+libxfixes
+libxi
+libxinerama
+libxrandr
+libxrender
+libxshmfence
+libxxf86vm
+mesa
+mesa-libgl
+pango
+pcre
+pixman
+wayland
+zlib
+)
makedepends=('lazarus>=1.0')
optdepends=()
provides=()