Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
ac49c667
Commit
ac49c667
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/gtkmm: move from main
parent
02fdb52b
No related branches found
No related tags found
1 merge request
!5890
main/*: move to community
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/gtkmm/APKBUILD
+1
-7
1 addition, 7 deletions
community/gtkmm/APKBUILD
with
1 addition
and
7 deletions
main
/gtkmm/APKBUILD
→
community
/gtkmm/APKBUILD
+
1
−
7
View file @
ac49c667
...
@@ -9,14 +9,9 @@ license="LGPL-2.1-or-later"
...
@@ -9,14 +9,9 @@ license="LGPL-2.1-or-later"
depends_dev
=
"atkmm-dev glibmm-dev pangomm-dev"
depends_dev
=
"atkmm-dev glibmm-dev pangomm-dev"
makedepends
=
"
$depends_dev
intltool gtk+2.0-dev"
makedepends
=
"
$depends_dev
intltool gtk+2.0-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://download.gnome.org/sources/
$pkgname
/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz"
source
=
"https://download.gnome.org/sources/gtkmm/
${
pkgver
%.*
}
/gtkmm-
$pkgver
.tar.xz"
prepare
()
{
cd
"
$builddir
"
}
build
()
{
build
()
{
cd
"
$builddir
"
CXXFLAGS
=
"
$CXXFLAGS
-std=c++11"
\
CXXFLAGS
=
"
$CXXFLAGS
-std=c++11"
\
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
...
@@ -26,7 +21,6 @@ build() {
...
@@ -26,7 +21,6 @@ build() {
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
install
DESTDIR
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
}
}
sha512sums
=
"c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e gtkmm-2.24.5.tar.xz"
sha512sums
=
"c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e gtkmm-2.24.5.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment