Giter VIP home page Giter VIP logo

Comments (3)

TingPing avatar TingPing commented on May 28, 2024

Does pkg-config --cflags libpeas-gtk-1.0 work?

from irc-client.

NicoHood avatar NicoHood commented on May 28, 2024

This helped me to find the issue:

Package gobject-introspection-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-introspection-1.0', required by 'libpeas-1.0', not found

I had to also install gobject-introspection as makedep. You should add this to the readme please. I am not sure if this is a make dependency or a runtime dependency though.

Also I got another warning from namcap:

irc-client-git W: File (usr/include/irc-client/irc-marshal.h) does not have the world readable bit set.

The UI is totally unfunctional. I think this is intended at this early step. I am not sure if its worth to release it to AUR at this stage. What do you think?

Maybe as an alternative an IRC client could also be integrated into Dino which is a new xmpp client and super fancy. Maybe its worth to work together.

As ref, my PKGBUILD:

# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161

pkgname=irc-client-git
pkgver=r20.dc5c477
pkgrel=1
pkgdesc="Gtk irc client"
arch=('i686' 'x86_64')
url="https://github.com/TingPing/irc-client"
license=('GPL3')
depends=('gtk3' 'glib-networking' 'libnotify' 'gspell' 'libpeas')
makedepends=('git' 'meson' 'vala' 'gtk-doc' 'python-gobject' 'gobject-introspection')
provides=('ircclient')
conflicts=('ircclient')
source=('irc-client::git+https://github.com/TingPing/irc-client')
sha512sums=('SKIP')

pkgver() {
    cd "${srcdir}/${pkgname%-git}"
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
    cd "${srcdir}/${pkgname%-git}"
    meson build --prefix="/usr" && cd build
    ninja
}

package() {
    cd "${srcdir}/${pkgname%-git}"
    cd build
    DESTDIR="${pkgdir}/" ninja install
}

from irc-client.

TingPing avatar TingPing commented on May 28, 2024

I do not think it is AUR worthy, which is why I didn't put it there myself.

from irc-client.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.