From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: an xwidget-emacs rpm Date: Wed, 06 May 2015 19:52:00 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430935249 16904 80.91.229.3 (6 May 2015 18:00:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2015 18:00:49 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 06 20:00:37 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yq3ca-0005VX-MS for ged-emacs-devel@m.gmane.org; Wed, 06 May 2015 20:00:36 +0200 Original-Received: from localhost ([::1]:46602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq3ca-0004ig-66 for ged-emacs-devel@m.gmane.org; Wed, 06 May 2015 14:00:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq3Us-0000ND-6W for emacs-devel@gnu.org; Wed, 06 May 2015 13:52:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq3Ul-0001Hl-Lc for emacs-devel@gnu.org; Wed, 06 May 2015 13:52:38 -0400 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:42593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq3Ul-0001Gv-Ck for emacs-devel@gnu.org; Wed, 06 May 2015 13:52:31 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 270F640DB1 for ; Wed, 6 May 2015 19:52:27 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF4) Original-Received: from mf4.bahnhof.se ([127.0.0.1]) by localhost (mf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mrtG+OGWYsk7 for ; Wed, 6 May 2015 19:52:19 +0200 (CEST) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf4.bahnhof.se (Postfix) with ESMTP id 6E5733D787B for ; Wed, 6 May 2015 19:52:19 +0200 (CEST) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 07E91532766 for ; Wed, 6 May 2015 17:52:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9djL1pmvbyUW for ; Wed, 6 May 2015 19:52:01 +0200 (CEST) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 043C9532763 for ; Wed, 6 May 2015 19:52:01 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186289 Archived-At: http://labs.it-huset.se/jenkins/job/Emacs/job/emacs-xwidgets-mvp-merge-master/ws/xwidget-emacs-157-1.x86_64.rpm its built by jenkins, and the recipy looks like: git fetch git merge origin/master ./autogen.sh ./configure --with-xwidgets --with-x-toolkit=gtk3 make -j4 bootstrap mkdir -p installdir make install DESTDIR=installdir /usr/local/bin/fpm -s dir -t rpm -n xwidget-emacs -v $BUILD_NUMBER -C installdir usr It would be nice if someone could try it out, but please note that its a binary package and I cant guarantee its integrity. -- Joakim Verona