Cvs scite

howdy guys,
I'm trying to package scite from cvs.  Makepkg can't find a file it needs, because I goofed somewhere.  I used the abs scite PKGBUILD, and modified it.  What should be in it?
(thanks!)
# $Id: PKGBUILD,v 1.35 2006/07/19 17:56:51 jgc Exp $
# Maintainer: dorphell <dorphell>
# Contributor: Jochem Kossen <j>
pkgname=scite
pkgver=
pkgrel=1
pkgdesc="A generally useful editor with facilities for building and running programs."
arch=(i686)
depends=('gtk2' 'desktop-file-utils')
makedepends=('pkgconfig')
install=${pkgname}.install
url="http://www.scintilla.org/SciTE.html"
build() {
cd ${startdir}/src/
cvs -z3 -d:pserver:[email protected]:/cvsroot/scintilla co -P scintilla scite
cd ${startdir}/src/scite/gtk/
make || return 1
make DESTDIR=${startdir}/pkg install
ln -sf SciTE ${startdir}/pkg/usr/bin/scite
# install a nice and working .desktop file
sed -i 's|^Categories=.*$|Categories=GTK;Application;Utility;TextEditor;|'
${startdir}/pkg/usr/share/applications/SciTE.desktop
echo -e "MimeType=text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;
text/x-c++;text/x-chdr;text/x-csrc;text/x-c;text/x-objc;text/x-java;
text/x-pascal;text/x-perl;text/x-python;text/x-php;text/x-php-source;
text/x-tcl;text/x-tex;application/x-shellscript;text/xml;text/html;text/css;"
>> ${startdir}/pkg/usr/share/applications/SciTE.desktop
chmod 644 ${startdir}/pkg/usr/share/applications/SciTE.desktop

I guess actually it's make that can't find something.
it fails with
make: *** No rule to make target `../../scintilla/bin/scintilla.a', needed by `../bin/SciTE'.  Stop.

Similar Messages

  • SciTE CVS [FINISHED]

    Please see post #6 for review request
    -->This is easier to understand if you know SciTE. <--
    I put together a PKGBUILD file for SciTE from CVS. I got it working great but with one remaining problem. There are bugs (that I filed a bug report for) where some of the options in the User Options File are ignored by SciTE. Two of these that I know of are window position and geometry. In order to change these settings it has to be done to the Global Options File. This is overwritten every time SciTE is updated.
    The solution so far is to check to see if /usr/share/scite/SciTEGlobal.properties already exists in the file system. If it does, the new version of the file is saved as SciTEGlobal.properties.pacnew and the old version is copied into the new package. Is this a decent solution until the bug gets fixed upstream? If so, how do I get pacman to print and log the information? If not, would copying all of the settings from the old properties file to the new one make more sense?
    --EDIT--
    Post #6 has the (hopefully) final version.
    Last edited by skottish (2008-09-30 06:17:35)

    All of my questions are now answered and no one has commented, so soon to be in AUR.
    # Maintainer: skottish <STUFF>
    # Contributor: Corrado 'bardo' Primier <STUFF>
    # Contributor: Jochem Kossen <STUFF>
    pkgname=scite-cvs
    pkgver=20080929
    pkgrel=1
    pkgdesc="A generally useful editor with facilities for building and running programs"
    arch=('i686' 'x86_64')
    url="http://www.scintilla.org/SciTE.html"
    license=('custom:scite')
    depends=('gtk2' 'desktop-file-utils')
    provides=('scite')
    conflicts=('scite')
    makedepends=('cvs')
    install=scite.install
    source=(SciTE.desktop)
    md5sums=('48526532ef677982a4b156ae90f25b6f')
    _builddir="scite-build"
    _cvsroot=":pserver:[email protected]:/cvsroot/scintilla"
    _cvsmod="scintilla"
    _cvsmod_scite="scite"
    build() {
    mkdir $startdir/src/$_builddir
    cd $startdir/src/
    msg "Connecting to scintilla.cvs.sourceforge.net CVS server....[Scintilla]"
    if [ -d $_cvsmod ]; then
    cd $_cvsmod
    cvs -z3 update -d
    else
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
    fi
    cd $startdir/src/
    msg "Connecting to scintilla.cvs.sourceforge.net CVS server....[SciTE]"
    if [ -d $_cvsmod_scite ]; then
    cd $_cvsmod_scite
    cvs -z3 update -d
    else
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod_scite
    fi
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r $_cvsmod $_builddir
    cp -r $_cvsmod_scite $_builddir
    find $_builddir -type f -exec sed -i 's/1.76/CVS/' {} \;
    cd $_builddir/$_cvsmod/gtk
    sed -i "s/#ARCHCXXFLAGS#/${CXXFLAGS}/g" makefile
    make || return 1
    install -Dm644 ../License.txt $startdir/pkg/usr/share/licenses/scintilla/LICENSE
    cd $startdir/src/$_builddir/$_cvsmod_scite/gtk
    sed -i "s/#ARCHCXXFLAGS#/${CXXFLAGS}/g" makefile
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -Dm644 ../License.txt $startdir/pkg/usr/share/licenses/${pkgname}/LICENSE
    install -Dm644 $startdir/src/SciTE.desktop $startdir/pkg/usr/share/applications/
    ln -sf SciTE $startdir/pkg/usr/bin/scite
    cd $startdir/pkg/usr/share/scite/
    find SciTEGlobal.properties -type f -exec sed -i 's/position.left/#position.left/' {} \;
    find SciTEGlobal.properties -type f -exec sed -i 's/position.top/#position.top/' {} \;
    rm -rf $startdir/src/$_builddir
    # vim:set ts=2 sw=2 et:
    Last edited by skottish (2008-09-30 06:24:05)

  • How can  I checkout an existing file from CVS without going through the wiz

    How can I checkout an existing file from CVS, that is not already in my local jdev, without going through the wizard and checkingout everything?

    You can't. AI doesn't produce .PLT files.

  • 11.1.2: CVS extension?

    In the 11.1.2 Update Center, the CVS extension does not show up.
    Examining the center's xml file at http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/131167.xml I can see the extension, but it has a dependency to an extension named: "oracle.ojcvs".
    This extension is nowhere to be found.
    Installation of the extension from file also doesn't work, because the (oracle.ojcvs) extension is not installed in JDeveloper (which explains the CVS extension not showing up in the Update Center).
    So ... what happened to "oracle.ojcvs"?
    Sascha
    Edited by: Sascha Herrmann on Jun 9, 2011 7:58 AM
    Edited by: Sascha Herrmann on Jun 9, 2011 7:59 AM

    Fix is in the works now. It's available for 11.1.2.0.0 now, and should be available for 11.1.2.1.0 in about an hour.
    Sorry for missing this one again. I need to update the transfer templates so we don't continue to miss this new library.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Unable to build project after checkout from CVS

    When we import our java source files to the CVS module and later check the files out,
    we cannot compile the files using JDeveloper. We get the following error from JDeveloper in the messages window: Internal compiler error.
    We can, however, compile the source files using javac. Any ideas?
    Environment:
    Java IDE: Oracle 9i JDeveloper 9.0.2.829 running on Win2k, using Oracle OJVM
    CVS Server: CVS 1.11.2 running on Red Hat 8 (rsh enabled)
    CVS Client: JCVsII v.5.3.2 connecting using server mode

    When checking the module (files) out from CVS do you get the same number and content as the before the import.

  • Automated CVS reports download

    Hi...
    Some one must have hacked this issue ...
    I like to do a automated download of a cvs export file....
    I have tried using wget and curl from a linux command line but on luck until now.......
    Basicly what I like to get is the incomming mail summary from our M650 box and dynamic update a rrd-tool or mrtg graph on our intranet.
    https://m650.ironport.company.org/monitor_email/reports/overview?format=csv&sort_col_ss_0_0_1=MAIL_INCOMING_TRAFFIC_SUMMARY.BLOCKED_REPUTATION&report_query_id=mga_overview_incoming_mail_summary&date_range=current_day&sort_order_ss_0_0_1=desc&report_def_id=mga_overview
    How to doo this ?
    Is there otherways to get these information dynamic or automated ?
    what do you dooo ?????

    wget --no-check-certificate -O Overview_Incoming_Mail_Summary_RawData.csv "https://user:[email protected]/monitor_email/reports/overview?date_range=current_day&sort_col_ss_0_0_1=MAIL_INCOMING_TRAFFIC_SUMMARY.BLOCKED_REPUTATION&report_def_id=mga_overview&report_query_id=mga_overview_incoming_mail_summary&format=csv"
    thanks to other great post on the site arround downloading other stuff from a ironport server :-)
    :D

  • How to connect a CVS server with remote Hosts(NWDS7.0)

    Hi Frndz..
    I installed CVSNT server in one machine n itz workiing fine with that NWDS in that machine , now i want make connect that CVS server from remote machines NWDS's to use that CVS server as a central repo'
    Can anyone guide me how can i connect that server from remote machines thru NWDS.
    Thnaks in Advance
    Regards
    Rajesh

    rajesh,
    did u check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d079e754-8c85-2b10-8b9a-b36db5262122
    Thanks
    Bala Duvvuri

  • Uploading cvs or xlsx format calendar meetings

    I know there is a way to expheort a calendar in Outlook in CVS or XLXS format. The issue I am having is importing the file (Calendar) into iCloud's Calendar. It works as a hit and miss and I usually get this message: An error occurred while importing or exporting and the import/export was terminate. MAPI error 0X80040107 was reported. I need to be able to upload Calendar because I don't have the availability to synchronize my Calendar at work. I have done it and it work but I always get this message. The solution is to delete the iCloud calendar, wait about 1 hour to refreash and upload it again. Any help or anything I can use to ease up my madness? I really wish Apple had a way to upload a file directly to their iCloud page using a web import.

    Below are step by steps to upload an Outlook calendar to iCloud:
    1. Using Outlook 2010, click File, select Import
    2. Select EXPORT to a file
    3. Select Microsoft Excel 97-2003 or Comma Seperated Values (Windows)
    4. Select the Calendar to export from (this is the source calendar)
    5. Save the exported file as: Calendar.csv
    6. Export "Appointments" from folder: Calendar
    7. Export and create individual occurrences’ of appointments or tasks that occur between: range_date and range_date
    8. The utility will export your file
    9. Go back to File, Import, and NOW you will IMPORT the same file but now the DESTINATION will be iCloud
    10. Select Import from another program or file
    11. Select Microsoft Excel 97-2003 or Comma Separated Values (Windows)
    12. Browse to the import file and select it
    13. Now, you can only use "Allow duplicates to be created" because the other two selections (Replace duplicates with items imported and Do not import duplicates items) will give you an error. In fact, "do not import duplicate items does not do anything.
    14. Click Next and now Select the iCloud Calendar
    15. Click Next and your calendar will be uploaded to iCloud. This will create duplicates and you will need to delete your calendar constantly.
    Note: What I was proposing is to have an import utility directly into iCloud.com calendar's settings.

  • Uploading cvs format calendar meetings

    Is there a way to quickly upload a cvs format file into iCloud's calendar? I can't use iTunes at work but I am able to export my meetings from Outlook in different format. I would like to upload my calendar invites on iCloud's calendar so I can see my meetings on my iPhone.
    Is there a feature that I can use similar to Google's calendar? Please let me know.
    Regards,
    EC

    Below are step by steps to upload an Outlook calendar to iCloud:
    1. Using Outlook 2010, click File, select Import
    2. Select EXPORT to a file
    3. Select Microsoft Excel 97-2003 or Comma Seperated Values (Windows)
    4. Select the Calendar to export from (this is the source calendar)
    5. Save the exported file as: Calendar.csv
    6. Export "Appointments" from folder: Calendar
    7. Export and create individual occurrences’ of appointments or tasks that occur between: range_date and range_date
    8. The utility will export your file
    9. Go back to File, Import, and NOW you will IMPORT the same file but now the DESTINATION will be iCloud
    10. Select Import from another program or file
    11. Select Microsoft Excel 97-2003 or Comma Separated Values (Windows)
    12. Browse to the import file and select it
    13. Now, you can only use "Allow duplicates to be created" because the other two selections (Replace duplicates with items imported and Do not import duplicates items) will give you an error. In fact, "do not import duplicate items does not do anything.
    14. Click Next and now Select the iCloud Calendar
    15. Click Next and your calendar will be uploaded to iCloud. This will create duplicates and you will need to delete your calendar constantly.
    Note: What I was proposing is to have an import utility directly into iCloud.com calendar's settings.

  • How can I convert a PDF file in a CVS file

    I receive from my bank the monthly bankstatement as PDF file.
    How can I convert a PDF file in a CVS format in order to download this in a budgetprogramme on my computer?

    Try converting your PDF file to an Excel (.xlsx) file with the ExportPDF service.  You can then use Excel to save that file as a .CSV file.  ExportPDF does not output .csv

  • How to Schedule Report Output in EXCEL (.cvs) format for Planning 11.1.2.1

    Hi all,
    I'm using Planning 11.1.2.1 for entering data and generating reports manually via Workspace. I wanna set up an automation process with a batch scheduler.
    I've gone over the documentation. I've read about creating batches first then scheduling batches next.
    However, the biggest issue I have is that I want to extract all my reports into EXCEL Spreadsheet (.cvs) format and according to the docs, it only supports output in PDF or HTML for 11.1.2.1.
    Is this true? Is there a way to work around this by using Business Rules at command prompt?
    Thanks,
    N

    If you have the Financial Report open there are two options:
    - in the bottom right hand corner of the report click the link: "Export In Query ready Mode"
    (this opens the report so you can use it as an Excel retrieve)
    - from the Hyperion menu, select File>Export>Excel
    (this exports the headers as objects and the data grid, so you can manipulate in Excel).
    Cheers, Iain

  • Could someone help me build gstreamer-bad from cvs?

    I'm using Exaile as my music player and I would really appreciate if the equalizer worked.
    The problem is that it needs gstreamer-bad cvs and I'm not good enough in linux to make it myself...
    So if somebody would like help me create a script that could this automatically that would be great and maybe someone else will have use for it.
    I've tried before and got help back then to and this is as far as I and that person (on from the forum) came:
    # $Id: PKGBUILD,v 1.4 2006/12/30 22:31:21 jgc Exp $
    # Maintainer: Jan de Groot <[email protected]>
    pkgname=gstreamer0.10-bad
    pkgver=0.10.4
    pkgrel=1
    pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
    arch=(i686 x86_64)
    depends=('gcc' 'gstreamer0.10-alsa>=0.10.11' 'mesa')
    makedepends=('intltool' 'pkgconfig')
    url="http://gstreamer.freedesktop.org/"
    groups=('gstreamer0.10-plugins')
    _relname=gst-plugins-bad
    source=(badconf)
    md5sums=()
    build() {
    cd ${startdir}/src
    msg "CVS Checkout Starting..."
    cvs -d:pserver:[email protected]:/cvs/gstreamer co gst-plugins-bad
    msg "CVS Checkout Done, or server error..."
    cd gst-plugins-bad
    . ${startdir}/src/badconf
    rm -f ${startdir}/pkg/usr/lib/gstreamer-0.10/*.{,l}a
    The problem with this is that it doesn't put the files in the /pkg folder... I don't know why...
    This is the output that i get:
    cc1: warnings being treated as errors
    deinterleave.c: In function 'gst_deinterleave_process':
    deinterleave.c:226: warning: 'ret' may be used uninitialized in this function
    make[3]: *** [libgstinterleave_la-deinterleave.lo] Error 1
    make[3]: Leaving directory `/home/rob/bad/src/gst-plugins-bad/gst/interleave'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/rob/bad/src/gst-plugins-bad/gst'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/rob/bad/src/gst-plugins-bad'
    make: *** [all] Error 2
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Generating .PKGINFO file...
    ==> WARNING: Please add a license line to your PKGBUILD!
    example for GPL'ed software: license=('GPL').
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> ERROR: Failed to create package file.
    EDIT: Yeah also the badconf file is needed... It can be found here: http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT
    Last edited by Izuil (2007-05-21 18:58:06)

    I'm not quite sure, but I think that equalizer will work only with svn gstreamer core. You might want to try rebuilding both of them

  • Error during upload pictures in CCM 2.0 via CVS file

    Hello everybody,
    We're using SRM5.0 and CCM2.0.
    I'm trying to upload (via CVS upload) pictures but during the upload in the supplier catalog following error message appears: Value for catalog item xxx (supplier part number) of supplier xxx is incorrect.
    This errors appears only when we add our picture characteristics which are in our upload file : /CCM/PICTURES#/CCM/URL and also /CCM/PICTURES#/CCM/DESCRIPTION.
    We put all pictures in MIME repository and also put the MIME repositerory URL link on schema level into procurement catalog. We're using "Pictures" characteristic. But I know that characteristic "Image" also exists. What do I have to use? Do I have to put something specific into cahracteristic /CCM/PICTURE (our OCI field is still empty there...)?
    It would be great if somebody can help me on that,
    Regards,
    Caroline

    Hi,
    I don't understand very well, the standard characteristic for images is /CCM/PICTURE.
    It's a complex characteristic composed by
    /CCM/DESCRIPTION
    /CCM/URL
    /CCM/MIME_TYPE. (for example image/jpeg).
    If your problems still exist, you can send me your file
    Regards

  • Help needed in setting up CVS / wincvs

    Please help me in configuring CVS / wincvs. Iam tryinf to install CVS and WINCVS both on my win2000 machine.
    I have done until here:
    1) downloaded cvs.tar.gz file and opened up the file at:
    C:\CVS\MyCvs\cvs-1.12.1
    2) downloaded "wincvs", opened the file at:
    C:\CVS\My-Win-Cvs\WinCvs120
    and then installed it here:
    C:\Program Files\GNU\WinCvs 1.2
    3) Created a folders called master for "repository" purpose and in here:
    C:\src\master
    4) Created a folder called for each of the projects for the purpose as "work" area.
    C:\CVS-Projects\Project1
    I will create Project2, Project3..... as i keep adding Projects. But for the time being ...i have only ONE project as Project1.
    5) Then opened up the WINCVS browser window and went to Admin > Preferences:
    a) Tab General looks something like:
    Enter the CVS Root::pserver:dhirubhai@localhost:c:/src/master
    Authentication:"passwd" file on the CVS server
    Use Versioncvs 1.10 (standard)
    b) 5th ...WinCvs tab is:
    HomeC:\CVS-Projects
    and the rest of the other tabs are set to default.
    Please Help as when i do:
    Admin > login .....i get this:
    cvs -q login
    (Logging in to dhirubhai@localhost)
    cvs [login aborted]: connect to localhost:2401 failed: Connection refused
    *****CVS exited normally with code 1*****
    Iam very confused. Please help !!!!!
    -dhir

    I think you must install this to have a cvs srver on
    your machine:
    http://www.cvsnt.org/wiki/
    from where did you get this "cvs.tar.gz" file and what
    is in it?I have downloaded the cvsNT version. started the service.
    This is the URL that iam following:
    http://w1.858.telia.com/~u85831169/InstallCVSNT.html
    But iam getting problem at step # 9. Adding CVS users
    This is what i did ....after opening up the command prompt.....
    NJRARWKS0AB5 = my computer name.
    Please read inline:
    C:\>set cvsroot=:ntserver:NJRARWKS0AB5:/TEST
    C:\>cvs passwd -a <my-user-id-to-login-to-my-machine>
    cvs [passwd aborted]: the :ntserver: access method is not installed on this syst
    em
    why am i getting error when iam setting the password ????
    -dhir

  • ALERT: CVS disabled NFC terminal to block Apple Pay in support of other Moblie payment systems

    CVS has shut down their NFC machines in an attempt to block Apple Pay and Google wallet to support QR code wallet system with other major retail partners like Walmart and BestBuy.
    Their technology not even close to being secure. Be sure to file complaints to CVS customer relations online. Just an FYI for you Apple pay folks who are trying to pay in CVS. It won't work. Lol. Plenty of articles online about it. Just a heads up for all you Apple Pay enthusiast.

    I filed my complaint Friday with CVS due to the Retailer's own interest driving the Merchant Customer Exchange CurrentC Mobile Payment Product.  The Retailers primary focus is to reduce their payments to Visa and MasterCard.  The CurrentC Mobile Payment System is cumbersome at the Point-of-Sale, require QR Codes to be scanned by the Store Clerk or the Customer.  A second major focus of CurrentC is to collect personal information about the Customer for use in Retailer Marketing, unfortunately this data even includes personal Health Data.  I don't see Consumers flocking to the Retail Arena to use CurrentC.  The CurrentC Mobile Payment System began design and development back in 2011, but is not to market as yet. 

Maybe you are looking for

  • Animated GIF ignoring frame timing

    I am trying to create simple animated GIFs with a few layers of text that simply fade in and fade out in sequence. My initial attempt worked perfectly. Most frames use the default 7/100's of a second delay as they fade. A few frames were manually set

  • New standard Bt vision box v Youview box

    I am bit confused, I know BT vision is about to start giving Humax Youview box to it subscribers I thought this was to replace the old silver BT vision Boxs howevervier I notice that bt has already started supplying new ( black) BT vision box's. Are

  • Wireless Mac to PC

    I am new to the Mac, I am trying to set up my laptop pc to connect to my time machine. Not having any luck. I really need help on this one. Thx

  • Explain HELMET or PEN in terms of OOP

    Hi all, This is a question that was asked to me in an interview. How do u describe a PEN or a HELMET in terms of OOP concepts. The answer by me was PEN or HELMET can be considered as an obect with many characteristics like length, write, color and al

  • DB backup and removal of archive log files?

    I have an application that uses Oracle 10gR2 on Linux RedHat EL 4.5. The DB is fairly simple, so backing up daily or weekly by using expdp (Datapump) is fine for our needs. We have an install that uses Data Guard, which in archivelog mode is filling