File tree 6 files changed +125
-0
lines changed
6 files changed +125
-0
lines changed Original file line number Diff line number Diff line change
1
+ pkgname=mabox-artwork
2
+ pkgver=20160505
3
+ pkgrel=1
4
+ pkgdesc=" Artwork for Mabox"
5
+ arch=(any)
6
+ url=" https://github.com/MaboxOS/$pkgname "
7
+ license=(GPL)
8
+ depends=()
9
+ makedepends=(' git' )
10
+ source=(" git+$url .git" )
11
+ md5sums=(' SKIP' )
12
+
13
+ package () {
14
+ install -dm755 $pkgdir /usr/share/backgrounds
15
+ rm -r $pkgname /.git
16
+ cp -r $pkgname /* $pkgdir /usr/share/backgrounds/
17
+
18
+
19
+
20
+ }
Original file line number Diff line number Diff line change
1
+ pkgname=mabox-common
2
+ pkgver=20160323
3
+ pkgrel=1
4
+ pkgdesc=" Common files for Mabox"
5
+ arch=(any)
6
+ url=" https://github.com/MaboxOS/$pkgname "
7
+ license=(GPL)
8
+ depends=()
9
+ makedepends=(' git' )
10
+ source=(" git+$url .git" )
11
+ md5sums=(' SKIP' )
12
+
13
+ package () {
14
+ install -dm755 $pkgdir /usr/lib/mabox/mabox-common
15
+ cp $pkgname /* include* $pkgdir /usr/lib/mabox/mabox-common
16
+
17
+
18
+
19
+ }
Original file line number Diff line number Diff line change
1
+ pkgname=mabox-pipemenus
2
+ pkgver=20160413
3
+ pkgrel=1
4
+ pkgdesc=" pipemenus for openbox"
5
+ arch=(any)
6
+ url=" https://github.com/MaboxOS/$pkgname "
7
+ license=(GPL)
8
+ depends=()
9
+ makedepends=(' git' )
10
+ source=(" git+$url .git" )
11
+ md5sums=(' SKIP' )
12
+
13
+ package () {
14
+ install -dm755 $pkgdir /usr/bin
15
+ cp $pkgname /usr/bin/* $pkgdir /usr/bin
16
+ }
Original file line number Diff line number Diff line change
1
+ pkgname=mabox-utilities
2
+ pkgver=20160422
3
+ pkgrel=1
4
+ pkgdesc=" Utilities for Mabox"
5
+ arch=(any)
6
+ url=" https://github.com/MaboxOS/$pkgname "
7
+ license=(GPL)
8
+ depends=(' wmctrl' )
9
+ makedepends=(' git' )
10
+ source=(" git+$url .git" )
11
+ md5sums=(' SKIP' )
12
+
13
+ package () {
14
+ install -dm755 $pkgdir /usr/bin
15
+ cp $pkgname /bin/* $pkgdir /usr/bin
16
+ }
Original file line number Diff line number Diff line change
1
+ # Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
2
+
3
+ pkgname=obbrowser
4
+ pkgver=0.06
5
+ pkgrel=1
6
+
7
+ pkgdesc=" Recursively browse the filesystem through openbox3 pipe menus. (with icons)"
8
+ url=" http://trizenx.blogspot.ro/2012/12/obbrowser.html"
9
+
10
+ arch=(' any' )
11
+ license=(' GPLv3' )
12
+
13
+ depends=(' perl>=5.14.0' ' perl-data-dump' ' perl-linux-desktopfiles>=0.08' ' perl-file-mimeinfo' )
14
+ source=(" https://github.com/trizen/${pkgname} /archive/${pkgver} .tar.gz" )
15
+ sha256sums=(' b674bb27e5c03078bddd015c1b9fe7bf0d4848c48ba451c8cb26f6e89eab0172' )
16
+
17
+ package () {
18
+ cd " $pkgname -$pkgver "
19
+ install -Dm755 " $pkgname " " $pkgdir /usr/bin/$pkgname "
20
+ install -Dm644 LICENSE " $pkgdir /usr/share/licenses/$pkgname /LICENSE"
21
+ }
Original file line number Diff line number Diff line change
1
+ # Maintainer: Steven Allen <[email protected] >
2
+ # Contributor: trile7 at gmail dot com
3
+ # Contributor: Ernia <[email protected] >
4
+
5
+ pkgname=yad
6
+ pkgver=0.36.2
7
+ pkgrel=1
8
+ pkgdesc=" A fork of zenity - display graphical dialogs from shell scripts or command line"
9
+ url=" http://sourceforge.net/projects/yad-dialog"
10
+ arch=(' x86_64' ' i686' )
11
+ license=(' GPL3' )
12
+ depends=(' gtk3' ' webkitgtk' )
13
+ makedepends=(' intltool' )
14
+ source=(" ${url} /files/${pkgname} -${pkgver} .tar.xz" )
15
+ sha256sums=(' 70675218c03ec14ebad090c465cb4e86b30ae2907a53def02dd8228f8182040e' )
16
+
17
+
18
+ prepare () {
19
+ cd " ${srcdir} /${pkgname} -${pkgver} "
20
+ }
21
+
22
+ build () {
23
+ cd " ${srcdir} /${pkgname} -${pkgver} "
24
+ ./configure --prefix=/usr --with-gtk=gtk3 --enable-icon-browser --enable-html
25
+ make
26
+ }
27
+
28
+ package () {
29
+ cd " ${srcdir} /${pkgname} -${pkgver} "
30
+ make DESTDIR=" ${pkgdir} " install
31
+
32
+ }
33
+
You can’t perform that action at this time.
0 commit comments