Skip to content
Snippets Groups Projects
Commit f0b966f2 authored by Ionuț Mircea Bîru's avatar Ionuț Mircea Bîru
Browse files

it suppose to depend on gtk3

parent 8680ab70
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ pkgbase=gtkmm3
_pkgbasename=gtkmm
pkgname=('gtkmm3' 'gtkmm3-docs')
pkgver=2.99.6
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
license=('LGPL')
......@@ -21,7 +21,7 @@ build() {
package_gtkmm3() {
pkgdesc="C++ bindings for gtk3"
depends=('gtk2' 'pangomm' 'atkmm')
depends=('gtk3' 'pangomm' 'atkmm')
cd "${srcdir}/${_pkgbasename}-${pkgver}"
sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment