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
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
16b850e8
Commit
16b850e8
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/vte: upgrade to 0.22.3
parent
b857960e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
x11/vte/APKBUILD
x11/vte/APKBUILD
+8
-5
No files found.
x11/vte/APKBUILD
View file @
16b850e8
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
vte
pkgver
=
0.22.
2
pkgver
=
0.22.
3
pkgrel
=
0
pkgdesc
=
"Virtual Terminal Emulator library"
url
=
"http://www.gnome.org"
...
...
@@ -11,8 +11,7 @@ makedepends="pkgconfig gtk+-dev intltool python ncurses-dev"
source
=
"http://ftp.gnome.org/pub/GNOME/sources/
$pkgname
/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.bz2"
depends_dev
=
"glib-dev pango-dev gtk+-dev"
build
()
{
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
...
...
@@ -20,7 +19,11 @@ build ()
--localstatedir
=
/var
\
--disable-static
\
||
return
1
make
||
return
1
make
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"
c278925fd7da427998c506d5ba99478e vte-0.22.2
.tar.bz2"
md5sums
=
"
304d38c205d7cf5fd5259b470671ecdd vte-0.22.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