Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
172
Merge Requests
172
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
4c3896c0
Commit
4c3896c0
authored
Dec 23, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/terminal: upgrade to 0.4.3
parent
f9f8711c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
x11/terminal/APKBUILD
x11/terminal/APKBUILD
+7
-4
No files found.
x11/terminal/APKBUILD
View file @
4c3896c0
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
terminal
pkgver
=
0.4.
2
pkgver
=
0.4.
3
pkgrel
=
0
pkgdesc
=
"A modern terminal emulator primarly for the Xfce desktop environment"
url
=
"http://www.xfce.org/projects/terminal/"
...
...
@@ -13,8 +13,7 @@ install=
source
=
"http://archive.xfce.org/src/apps/
${
pkgname
}
/0.4/Terminal-
${
pkgver
}
.tar.bz2
"
build
()
{
build
()
{
cd
"
$srcdir
"
/Terminal-
$pkgver
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
...
...
@@ -23,6 +22,10 @@ build ()
--disable-static
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/Terminal-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"
9754afef6b79fa1df9aaf41fb8cc6374 Terminal-0.4.2
.tar.bz2"
md5sums
=
"
0ce66b16bcb7ff274d7f93a69993f717 Terminal-0.4.3
.tar.bz2"
Write
Preview
Markdown
is supported
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