Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
7ce98150
Verified
Commit
7ce98150
authored
Dec 30, 2019
by
A. Wilcox
🦊
Browse files
user/*: Modernise / fix syntax
parent
539d0a5c
Changes
6
Hide whitespace changes
Inline
Side-by-side
user/libmtp/APKBUILD
View file @
7ce98150
...
...
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev"
source
=
"https://downloads.sourceforge.net/libmtp/libmtp-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -25,12 +24,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
user/libxaw/APKBUILD
View file @
7ce98150
...
...
@@ -14,7 +14,6 @@ source="https://www.X.Org/releases/individual/lib/libXaw-$pkgver.tar.bz2"
builddir
=
"
$srcdir
"
/libXaw-
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -30,12 +29,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
user/xbitmaps/APKBUILD
View file @
7ce98150
...
...
@@ -8,10 +8,10 @@ arch="noarch"
license
=
"X11"
depends
=
"util-macros"
makedepends
=
""
subpackages
=
""
source
=
"https://www.X.Org/releases/individual/data/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -20,12 +20,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
user/xmessage/APKBUILD
View file @
7ce98150
...
...
@@ -6,12 +6,12 @@ pkgdesc="Display a message or query in a window"
url
=
"https://www.X.Org/"
arch
=
"all"
license
=
"X11"
depends
=
""
makedepends
=
"libx11-dev libxaw-dev util-macros"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.X.Org/releases/individual/app/
${
pkgname
}
-
${
pkgver
}
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -23,12 +23,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
user/xset/APKBUILD
View file @
7ce98150
...
...
@@ -7,13 +7,12 @@ pkgdesc="User preference utility for X11"
url
=
"https://www.X.Org/"
arch
=
"all"
license
=
"X11"
subpackages
=
"
$pkgname
-doc"
depends
=
""
makedepends
=
"libx11-dev libxext-dev libxmu-dev util-macros"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.X.Org/releases/individual/app/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -25,12 +24,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
user/xsetroot/APKBUILD
View file @
7ce98150
...
...
@@ -6,13 +6,12 @@ pkgdesc="Set the root window (desktop background) of an X11 session"
url
=
"https://www.X.Org/"
arch
=
"all"
license
=
"MIT"
subpackages
=
"
$pkgname
-doc"
depends
=
""
makedepends
=
"libx11-dev libxcursor-dev libxmu-dev util-macros xbitmaps"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.X.Org/releases/individual/app/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -24,12 +23,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment