diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 07:23:18 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 08:18:57 -0300 |
| commit | bc74e579fccdc36f863c0d22f61eb757a6eea8a8 (patch) | |
| tree | 648c2e9c020863057ed1a26eb3c89c8151a4080c /main | |
| parent | 67b22256a32096cd2f7d5dcf8677887f5afaa335 (diff) | |
| download | aports-bc74e579fccdc36f863c0d22f61eb757a6eea8a8.tar.bz2 aports-bc74e579fccdc36f863c0d22f61eb757a6eea8a8.tar.xz | |
main/clutter: modernize
Diffstat (limited to 'main')
| -rw-r--r-- | main/clutter/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/main/clutter/APKBUILD b/main/clutter/APKBUILD index e7e973af2d..12661dcaf9 100644 --- a/main/clutter/APKBUILD +++ b/main/clutter/APKBUILD @@ -12,10 +12,9 @@ depends_dev="gdk-pixbuf-dev json-glib-dev atk-dev mesa-dev libxcomposite-dev makedepends="$depends_dev cogl-dev gtk+3.0-dev pango-dev gobject-introspection-dev intltool" options="!check" # need DISPLAYS subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.gnome.org/sources/clutter/${pkgver%.*}/clutter-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -33,12 +32,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |
