Gnome terminal arch linux

Arch Linux User Repository

Package Details: gnome-terminal-git 3.47.0+142+g25d1133d-1

Package Actions

Git Clone URL: https://aur.archlinux.org/gnome-terminal-git.git (read-only, click to copy)
Package Base: gnome-terminal-git
Description: The GNOME Terminal Emulator
Upstream URL: https://wiki.gnome.org/Apps/Terminal
Licenses: GPL
Submitter: lubosz
Maintainer: tallero
Last Packager: tallero
Votes: 3
Popularity: 0.000000
First Submitted: 2013-02-10 19:18 (UTC)
Last Updated: 2023-06-27 15:15 (UTC)

Dependencies (8)

  • gsettings-desktop-schemas(ebadoo-desktop-schemas, gsettings-desktop-schemas-dev, gsettings-desktop-schemas-oldstable, gsettings-desktop-schemas-338, gsettings-desktop-schemas-ubuntu, gsettings-desktop-schemas-rel-338, gsettings-desktop-schemas-nofont, gsettings-desktop-schemas-git)
  • vte3(vte3-ng-fullwidth-emoji, vte3-ng, vte3-tilix, vte3-selectall, vte3-notification, vte3-nohang, vtethree-git, vte3-git)
  • docbook-xsl(make)
  • git(git-vfs, git-run-command-patch-git, git-git, git-fc)(make)
  • gnome-shell(ebadoo-shell, gnome-shell-338, gnome-shell-oldstable, gnome-shell-perf, gnome-shell-mobile-git, gnome-shell-screencast-vaapi, gnome-shell-xrdesktop-git, gnome-shell-performance, gnome-shell-git)(make)
  • libnautilus-extension(libnautilus-extension-git, libnautilus-extension-typeahead)(make)
  • meson(meson-git)(make)
  • yelp-tools(make)

Required by (0)

Sources (1)

Latest Comments

lubosz commented on 2021-07-01 19:11 (UTC)

From eef047f2cb3204c52bf027e0cfdf0d55d3c656a1 Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Thu, 1 Jul 2021 21:10:13 +0200 Subject: [PATCH] Update to 3.39.90. * Use meson. * Use updated depenendcies from non-git package. --- .SRCINFO | 13 ++++++------- PKGBUILD | 28 ++++++++-------------------- 2 files changed, 14 insertions(+), 27 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f21951c..e119f80 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,25 +1,24 @@ pkgbase = gnome-terminal-git pkgdesc = The GNOME Terminal Emulator. Git Version - pkgver = 3.37.0.6396.5e7209c4 + pkgver = 3.39.90+51+g2f391408 pkgrel = 1 url = https://www.gnome.org arch = i686 arch = x86_64 groups = gnome license = GPL - makedepends = gnome-doc-utils - makedepends = intltool - makedepends = itstool makedepends = docbook-xsl - makedepends = appdata-tools + makedepends = libnautilus-extension + makedepends = gnome-shell makedepends = yelp-tools + makedepends = git + makedepends = meson depends = vte3-git depends = gsettings-desktop-schemas - provides = gnome-terminal=3.37.0.6396.5e7209c4 + provides = gnome-terminal=3.39.90+51+g2f391408 conflicts = gnome-terminal options = !emptydirs source = git+https://gitlab.gnome.org/GNOME/gnome-terminal.git md5sums = SKIP pkgname = gnome-terminal-git - diff --git a/PKGBUILD b/PKGBUILD index e877105..cb2e9f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ _realname=gnome-terminal pkgname=$_realname-git -pkgver=3.37.0.6396.5e7209c4 +pkgver=3.39.90+51+g2f391408 _realver=3.7.3 pkgrel=1 pkgdesc="The GNOME Terminal Emulator. Git Version" arch=('i686' 'x86_64') license=('GPL') -depends=('vte3-git' 'gsettings-desktop-schemas') -makedepends=('gnome-doc-utils' 'intltool' 'itstool' 'docbook-xsl' 'appdata-tools' 'yelp-tools') +depends=('vte3-git' gsettings-desktop-schemas) +makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git meson) options=('!emptydirs') url="https://www.gnome.org" groups=('gnome') @@ -23,29 +23,17 @@ conflicts=($_realname) source=("git+https://gitlab.gnome.org/GNOME/$.git") md5sums=("SKIP") -subver() < - PREFIX="m4_define(\[terminal_version_$1\],\[" - echo $(grep $PREFIX configure.ac | eval sed "'s/$PREFIX//'" | sed 's/\])//') ->- pkgver() < cd $_realname - major=$(subver major) - minor=$(subver minor) - micro=$(subver micro) - hash=$(git log --pretty=format:'%h' -n 1) - revision=$(git rev-list --count HEAD) - echo $major.$minor.$micro.$revision.$hash + git describe --tags | sed 's/-/+/g' >build() < - cd $_realname - ./autogen.sh --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-scrollkeeper - make + rm -rf build + arch-meson $_realname build + ninja -C build >package() < - cd $_realname - make DESTDIR="$pkgdir" install + meson install -C build --destdir "$pkgdir" >-- 2.32.0 

TwainDee commented on 2019-12-21 14:17 (UTC) (edited on 2019-12-21 14:18 (UTC) by TwainDee)

Why does this package depend on gconf instead of dconf?

Читайте также:  Альт линукс установка виртуальной машины

Also given that in the official repositories gnome-terminal depends only on vte3 gsettings-desktop-schemas but this package depends on gconf vte3-git gsettings-desktop-schemas libsm I don’t see why gconf would be necessary.

Источник

gnome-terminal on Arch Linux

This guide let you learn how to install gnome-terminal package:

2. Uninstall / Remove gnome-terminal package

Here is a brief guide to show you how to uninstall gnome-terminal package:

3. Details of gnome-terminal package

Repository : extra
Name : gnome-terminal
Version : 3.44.1-1
Description : The GNOME Terminal Emulator
Architecture : x86_64
URL : https://wiki.gnome.org/Apps/Terminal
Licenses : GPL
Groups : gnome
Provides : None
Depends On : vte3 gsettings-desktop-schemas
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 1213.55 KiB
Installed Size : 7995.85 KiB
Packager : Jan Alexander Steffens (heftig)
Build Date : Sat May 28 17:26:02 2022
Validated By : MD5 Sum SHA-256 Sum Signature

4. References on Arch Linux

5. The same packages on other Linux Distributions

gnome-terminal (3.28.2-1ubuntu1~18.04.1) Ubuntu 18.04 LTS (Bionic Beaver)

gnome-terminal (3.18.3-1ubuntu1) Ubuntu 16.04 LTS (Xenial Xerus)

gnome-terminal (3.38.1-1ubuntu1) Ubuntu 21.04 (Hirsute Hippo)

gnome-terminal (3.38.0-1ubuntu1.1) Ubuntu 20.10 (Groovy Gorilla)

gnome-terminal (3.38.1-1ubuntu2) Ubuntu 21.10 (Impish Indri)

gnome-terminal (3.34.2-2.78) openSUSE Leap

gnome-terminal (3.42.2-1.1) openSuSE Tumbleweed

gnome-terminal (3.44.0-1ubuntu1) Ubuntu 22.04 LTS (Jammy Jellyfish)

gnome-terminal (3.30.2-2) Debian 10 (Buster)

Источник

Arch Linux User Repository

@fludixx what do you mean it won’t build anymore? I just did a clean build and it builds fine.

Ste74 commented on 2019-11-23 16:49 (UTC)

Hi there, @mydongistiny i’m maintainer for Manjaro, if you like can you do me a co-maintainer to update this related pkgs.

mydongistiny commented on 2019-10-04 03:00 (UTC)

I took ownership and updated it to 3.34.0 and I also updated vte3-notification to 0.58.0.

Читайте также:  Samsung ml 1910 драйвер linux

dsboger commented on 2019-07-01 16:23 (UTC)

@mydongistiny It’s been a few months since I’ve disowned this package. @ljmf00 is the current maintainer.

mydongistiny commented on 2019-06-30 22:58 (UTC)

@dsboger can you orphan this package so I can take ownership? I’ve updated it for now here:

If anyone wants to build it. I’ve also took ownership and updated vte3-notification on aur.

dsboger commented on 2019-03-12 00:17 (UTC)

Hi community. I’m sorry to say that I’m not having enough time to maintain this and other AUR packages anymore. I’m disowning this in hopes that someone else will give it the love it deserves. Cya!

dsboger commented on 2018-02-20 14:51 (UTC)

@purejava should be fixed now. Thanks for reporting!

purejava commented on 2018-02-20 13:28 (UTC) (edited on 2018-02-20 13:30 (UTC) by purejava)

Package fails with 403 on downloading _fpatchfile1: curl: (22) The requested URL returned error: 403 Forbidden

dsboger commented on 2017-09-19 14:13 (UTC)

@hpstg I’ve tested just now and both vte3-notification and gnome-terminal-fedora built without issues. Can you describe in more detail what problem you faced? What step failed? What error messages were displayed? Thanks for reporting!

hpstg commented on 2017-09-19 13:06 (UTC)

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Оцените статью
Adblock
detector